public class NullPublicKey
Modifier and Type | Field and Description |
---|---|
static NullPublicKey |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.security.PublicKey other) |
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
java.lang.String |
toString() |
public static NullPublicKey INSTANCE