Class LMSKeyParameters

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LMSKeyParameters​(boolean isPrivateKey)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract byte[] getEncoded()
      Return a byte array representing the implementing object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LMSKeyParameters

        protected LMSKeyParameters​(boolean isPrivateKey)
    • Method Detail

      • getEncoded

        public abstract 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
        Returns:
        a byte array representing the encoding.
        Throws:
        java.io.IOException - if an issue arises generation the encoding.