Class LMSKeyParameters

    • Constructor Detail

      • LMSKeyParameters

        protected LMSKeyParameters​(boolean isPrivateKey)
    • Method Detail

      • getEncoded

        public abstract byte[] getEncoded()
                                   throws 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:
        IOException - if an issue arises generation the encoding.