public class CVCPublicKey extends Object implements PublicKey
| Modifier | Constructor and Description |
|---|---|
protected |
CVCPublicKey(org.ejbca.cvc.CVCPublicKey publicKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObj)
Determines if this key equals the other object.
|
String |
getAlgorithm()
Gets the standard algorithm name for this key.
|
byte[] |
getEncoded()
Gets the key in its primary encoding format, or null
if this key does not support encoding.
|
String |
getFormat()
Gets the name of the primary encoding format of this key,
or null if this key does not support encoding.
|
int |
hashCode()
Computes a hash code for this key.
|
String |
toString()
Gets a textual representation of this key.
|
public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic String getFormat()
public String toString()
public boolean equals(Object otherObj)