Class EncryptionMethodType.EncryptionMethod

    • Field Detail

      • OAEPparams

        protected byte[] OAEPparams
    • Constructor Detail

      • EncryptionMethod

        public EncryptionMethod​(BigInteger bigInteger,
                                byte[] oAEPparams)
      • EncryptionMethod

        public EncryptionMethod()
    • Method Detail

      • getOAEPparams

        public byte[] getOAEPparams()
      • setKeySize

        public void setKeySize​(BigInteger keySize)
      • setOAEPparams

        public void setOAEPparams​(byte[] OAEPparams)