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