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(Object o) |
byte[] |
getPublicKey() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static GMSSPublicKey getInstance(Object o)
public byte[] getPublicKey()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2020 BouncyCastle.org. All rights reserved.