Uses of Class
org.xipki.pkcs11.wrapper.params.CkParams
-
Packages that use CkParams Package Description org.xipki.pkcs11.wrapper org.xipki.pkcs11.wrapper.multipart org.xipki.pkcs11.wrapper.params -
-
Uses of CkParams in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return CkParams Modifier and Type Method Description CkParamsMechanism. getParameters()Get the parameters object of this mechanism.Methods in org.xipki.pkcs11.wrapper with parameters of type CkParams Modifier and Type Method Description byte[]Session. decryptMessage(CkParams params, byte[] associatedData, byte[] ciphertext)Decrypts the given message with the key and mechanism given to the MessageDecryptInit method.voidSession. decryptMessageBegin(CkParams params, byte[] associatedData)Starts a multi-part message-decryption operation.byte[]Session. decryptMessageNext(CkParams params, byte[] ciphertext, boolean isLastOperation)Decrypts one part of a multi-part decryption operation.byte[]Session. encryptMessage(CkParams params, byte[] associatedData, byte[] plaintext)Encrypts the given message with the key and mechanism given to the MessageEncryptInit method.voidSession. encryptMessageBegin(CkParams params, byte[] associatedData)Starts a multi-part message-encryption operation.byte[]Session. encryptMessageNext(CkParams params, byte[] plaintext, boolean isLastOperation)Encrypts one part of a multi-part encryption operation.byte[]Session. signMessage(CkParams params, byte[] data)voidSession. signMessageBegin(CkParams params)SignMessageBegin begins a multiple-part message signature operation, where the signature is an appendix to the message.byte[]Session. signMessageNext(CkParams params, byte[] data, boolean isLastOperation)SignMessageNext continues a multiple-part message signature operation, processing another data part, or finishes a multiple-part message signature operation, returning the signature.voidSession. verifyMessage(CkParams params, byte[] data, byte[] signature)Verifies a signature on a message in a single part operation.voidSession. verifyMessageBegin(CkParams params)Begins a multi-part message verification operation.voidSession. verifyMessageNext(CkParams params, byte[] data, byte[] signature)continues a multiple-part message verification operation, processing another data part, or finishes a multiple-part message verification operation, checking the signature.Constructors in org.xipki.pkcs11.wrapper with parameters of type CkParams Constructor Description Mechanism(long mechanismCode, CkParams parameters)Constructor taking just the mechanism code as defined in PKCS11Constants. -
Uses of CkParams in org.xipki.pkcs11.wrapper.multipart
Methods in org.xipki.pkcs11.wrapper.multipart that return CkParams Modifier and Type Method Description CkParamsDecryptMessageBytesEntry. params()CkParamsDecryptMessageStreamEntry. params()CkParamsEncryptMessageBytesEntry. params()CkParamsEncryptMessageStreamEntry. params()CkParamsSignMessageBytesEntry. params()CkParamsSignMessageStreamEntry. params()CkParamsVerifyMessageBytesEntry. params()CkParamsVerifyMessageStreamEntry. params()Methods in org.xipki.pkcs11.wrapper.multipart with parameters of type CkParams Modifier and Type Method Description DecryptMessageBytesEntryDecryptMessageBytesEntry. params(CkParams params)DecryptMessageStreamEntryDecryptMessageStreamEntry. params(CkParams params)EncryptMessageBytesEntryEncryptMessageBytesEntry. params(CkParams params)EncryptMessageStreamEntryEncryptMessageStreamEntry. params(CkParams params)SignMessageBytesEntrySignMessageBytesEntry. params(CkParams params)SignMessageStreamEntrySignMessageStreamEntry. params(CkParams params)VerifyMessageBytesEntryVerifyMessageBytesEntry. params(CkParams params)VerifyMessageStreamEntryVerifyMessageStreamEntry. params(CkParams params) -
Uses of CkParams in org.xipki.pkcs11.wrapper.params
Subclasses of CkParams in org.xipki.pkcs11.wrapper.params Modifier and Type Class Description classAES_CBC_ENCRYPT_DATA_PARAMSRepresents the AES_CBC_ENCRYPT_DATA_PARAMS.classByteArrayParamsThis class encapsulates parameters byte arrays.classCCM_MESSAGE_PARAMSRepresents the CCM_MESSAGE_PARAMS.classCCM_PARAMSRepresents the CK_CCM_PARAMS.classCHACHA20_PARAMSRepresents the CK_CHACHA20_PARAMS.classCkParamsWithExtraCkParam withExtraParamsto provides extra information, e.g.classECDH1_DERIVE_PARAMSRepresents the CK_ECDH1_DERIVE_PARAMS.classECDH2_DERIVE_PARAMSRepresents the CK_ECDH2_DERIVE_PARAMS.classECMQV_DERIVE_PARAMSRepresents the CK_ECMQV_DERIVE_PARAMS.classEXTRACT_PARAMSRepresents the params of type CK_LONG for the extract mechanism.classGCM_MESSAGE_PARAMSRepresents the CK_GCM_MESSAGE_PARAMS.classGCM_PARAMSRepresents the CK_GCM_PARAMS.classKEA_DERIVE_PARAMSRepresents the CK_KEA_DERIVE_PARAMS.classKEY_DERIVATION_STRING_DATARepresents the CK_KEY_DERIVATION_STRING_DATA.classKEY_WRAP_SET_OAEP_PARAMSRepresents the CK_KEY_WRAP_SET_OAEP_PARAMS.classLongParamsThis class encapsulates parameters CK_LONG.classPBE_PARAMSRepresents the CK_PBE_PARAMS.classPKCS5_PBKD2_PARAMSRepresents the CK_PKCS5_PBKD2_PARAMS.classRSA_AES_KEY_WRAP_PARAMSRepresents the CK_RSA_AES_KEY_WRAP_PARAMS.classRSA_PKCS_OAEP_PARAMSRepresents the CK_RSA_PKCS_OAEP_PARAMS.classRSA_PKCS_PSS_PARAMSRepresents the CK_RSA_PKCS_PSS_PARAMS.classSALSA20_CHACHA20_POLY1305_MSG_PARAMSRepresents the CK_SALSA20_CHACHA20_POLY1305_MSG_PARAMS.classSALSA20_CHACHA20_POLY1305_PARAMSRepresents the CK_SALSA20_CHACHA20_POLY1305_PARAMS.classSALSA20_PARAMSRepresents the CK_SALSA20_PARAMS.classUtimaco_ECDSA_ECIES_PARAMSRepresents Utimaco's vendor CK_ECDSA_ECIES_PARAMS, which is used in Utimaco's vendor mechanism CKM_ECDSA_ECIES hashAlg:
CKM_SHA_1, CKM_SHA224, CKM_SHA256, CKM_SHA384, CKM_SHA512, CKM_RIPEMD160, CKM_MD5
cryptAlg:
CKM_AES_ECB, CKM_AES_CBC, CKM_ECDSA_ECIES_XOR
cryptOpt:
Key Length of cryptAlg .classX9_42_DH1_DERIVE_PARAMSRepresents the CK_X9_42_DH1_DERIVE_PARAMS.classX9_42_DH2_DERIVE_PARAMSRepresents the CK_X9_42_DH2_DERIVE_PARAMS.classX9_42_MQV_DERIVE_PARAMSRepresents the CK_X9_42_MQV_DERIVE_PARAMS.Constructors in org.xipki.pkcs11.wrapper.params with parameters of type CkParams Constructor Description CkParamsWithExtra(CkParams ckParams, ExtraParams extraParams)Constructor.
-