Class XMSSMTPublicKey

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.pqc.asn1.XMSSMTPublicKey
All Implemented Interfaces:
ASN1Encodable, Encodable

public class XMSSMTPublicKey extends ASN1Object
XMSSMTPublicKey
     XMSSMTPublicKey ::= SEQUENCE {
         version       INTEGER -- 0
         publicSeed    OCTET STRING
         root          OCTET STRING
    }
 
  • Constructor Details

    • XMSSMTPublicKey

      public XMSSMTPublicKey(byte[] publicSeed, byte[] root)
  • Method Details

    • getInstance

      public static XMSSMTPublicKey getInstance(Object o)
    • getPublicSeed

      public byte[] getPublicSeed()
    • getRoot

      public byte[] getRoot()
    • toASN1Primitive

      public ASN1Primitive toASN1Primitive()
      Description copied from class: ASN1Object
      Method providing a primitive representation of this object suitable for encoding.
      Specified by:
      toASN1Primitive in interface ASN1Encodable
      Specified by:
      toASN1Primitive in class ASN1Object
      Returns:
      a primitive representation of this object.