public class GMSSPublicKey extends ASN1Object
GMSSPublicKey ::= SEQUENCE{
version INTEGER
publicKey OCTET STRING
}
| Constructor and Description |
|---|
GMSSPublicKey(byte[] publicKeyBytes) |
| Modifier and Type | Method and Description |
|---|---|
static GMSSPublicKey |
getInstance(java.lang.Object o) |
byte[] |
getPublicKey() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static GMSSPublicKey getInstance(java.lang.Object o)
public byte[] getPublicKey()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object