Package org.bouncycastle.pqc.asn1
Class SPHINCSPLUSPublicKey
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.pqc.asn1.SPHINCSPLUSPublicKey
- All Implemented Interfaces:
ASN1Encodable
,Encodable
See https://datatracker.ietf.org/doc/draft-uni-qsckeys-sphincsplus/00/ for details.
ASN.1 Encoding for a
SphincsPlus public key for fully populated:
SPHINCSPPLUSPublicKey := SEQUENCE { pkseed OCTET STRING, --n-byte public key seed pkroot OCTET STRING --n-byte public hypertree root }
-
Constructor Summary
ConstructorsConstructorDescriptionSPHINCSPLUSPublicKey
(byte[] pkseed, byte[] pkroot) Deprecated.use getInstance() -
Method Summary
Modifier and TypeMethodDescriptionstatic SPHINCSPLUSPublicKey
byte[]
byte[]
Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SPHINCSPLUSPublicKey
public SPHINCSPLUSPublicKey(byte[] pkseed, byte[] pkroot) -
SPHINCSPLUSPublicKey
Deprecated.use getInstance()
-
-
Method Details
-
getPkseed
public byte[] getPkseed() -
getPkroot
public byte[] getPkroot() -
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-
getInstance
-