Uses of Class
org.xipki.pkcs11.wrapper.multipart.SignMessageBytesEntry
-
Packages that use SignMessageBytesEntry Package Description org.xipki.pkcs11.wrapper org.xipki.pkcs11.wrapper.multipart -
-
Uses of SignMessageBytesEntry in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper with parameters of type SignMessageBytesEntry Modifier and Type Method Description byte[][]PKCS11Token. signMessages(Mechanism mechanism, long keyHandle, SignMessageBytesEntry[] entries)Signs the given messages using the given mechanism and key. -
Uses of SignMessageBytesEntry in org.xipki.pkcs11.wrapper.multipart
Methods in org.xipki.pkcs11.wrapper.multipart that return SignMessageBytesEntry Modifier and Type Method Description SignMessageBytesEntrySignMessageBytesEntry. data(byte[] data)SignMessageBytesEntrySignMessageBytesEntry. params(CkParams params)
-