public class Key extends Object implements Serializable
| Constructor and Description |
|---|
Key(byte[] encoded)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsBase64String() |
String |
getAsString() |
byte[] |
getEncoded()
Returns the key in its primary encoding format, or null if this key does
not support encoding.
|
public byte[] getEncoded()
public String getAsString()
public String getAsBase64String()
Copyright © 2016. All rights reserved.