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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static GMSSPublicKey getInstance(java.lang.Object o)
public byte[] getPublicKey()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object