Class LMSPublicKeyParameters

    • Method Detail

      • getInstance

        public static LMSPublicKeyParameters getInstance​(java.lang.Object src)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getEncoded

        public byte[] getEncoded()
                          throws java.io.IOException
        Description copied from interface: Encodable
        Return a byte array representing the implementing object.
        Specified by:
        getEncoded in interface Encodable
        Specified by:
        getEncoded in class LMSKeyParameters
        Returns:
        a byte array representing the encoding.
        Throws:
        java.io.IOException - if an issue arises generation the encoding.
      • getT1

        public byte[] getT1()
      • getI

        public byte[] getI()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object