Uses of Class
org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
-
Packages that use DecryptMessageBytesEntry Package Description org.xipki.pkcs11.wrapper org.xipki.pkcs11.wrapper.multipart -
-
Uses of DecryptMessageBytesEntry in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper with parameters of type DecryptMessageBytesEntry Modifier and Type Method Description byte[][]PKCS11Token. decryptMessages(Mechanism mechanism, long keyHandle, DecryptMessageBytesEntry[] entries)Decrypts the given ciphertexts using the given mechanism and key,. -
Uses of DecryptMessageBytesEntry in org.xipki.pkcs11.wrapper.multipart
Methods in org.xipki.pkcs11.wrapper.multipart that return DecryptMessageBytesEntry Modifier and Type Method Description DecryptMessageBytesEntryDecryptMessageBytesEntry. associatedData(byte[] associatedData)DecryptMessageBytesEntryDecryptMessageBytesEntry. ciphertext(byte[] ciphertext)DecryptMessageBytesEntryDecryptMessageBytesEntry. params(CkParams params)
-