Class ByteArrayParams


  • public class ByteArrayParams
    extends CkParams
    This class encapsulates parameters byte arrays.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • ByteArrayParams

        public ByteArrayParams​(byte[] bytes)
    • Method Detail

      • getParams

        public byte[] getParams()
        Description copied from class: CkParams
        Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
        Specified by:
        getParams in class CkParams
        Returns:
        The object of the corresponding *_PARAMS class.