public class X509PublicKey extends Object implements PublicKey
| Constructor and Description |
|---|
X509PublicKey(String algorithm,
byte[] encoded) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
int |
hashCode() |
String |
toString() |
public X509PublicKey(String algorithm, byte[] encoded)
public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Key