Definition at line 11 of file IPKIFCryptoKeyIDOperations.java.
Public Member Functions | |
IPKIFCryptoKeyIDOperations (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
void | GetKeyList (CPKIFCredentialList v, SWIGTYPE_p_std__bitsetT_9_t ku) |
void | GetKeyList (CPKIFCredentialList v) |
void | GetKeyList (CPKIFCredentialList v, CPKIFKeyUsagePtr ku) |
void | Sign (CPKIFCredential key, byte[] pHashData, int nHashDataLen, byte[] pSig, SWIGTYPE_p_int nSigLen, HASH_ALG hashAlg) |
void | Decrypt (CPKIFCredential key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen) |
void | Encrypt (CPKIFCredential key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen) |
boolean | Verify (CPKIFCredential key, byte[] pHashData, int nHashDataLen, byte[] pSig, int nSigLen, HASH_ALG hashAlg) |
IPKIFCryptContext | CryptInit (CPKIFCredentialPtr key, boolean pad) |
IPKIFCryptContext | CryptInit (CPKIFCredentialPtr key) |
void | Decrypt (IPKIFCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5) |
void | Encrypt (IPKIFCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5) |
Static Public Member Functions | |
static long | getCPtr (IPKIFCryptoKeyIDOperations obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::IPKIFCryptoKeyIDOperations | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
static long com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::getCPtr | ( | IPKIFCryptoKeyIDOperations | obj | ) | [inline, static] |
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file IPKIFCryptoKeyIDOperations.java.
synchronized void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::delete | ( | ) | [inline] |
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::GetKeyList | ( | CPKIFCredentialList | v, | |
SWIGTYPE_p_std__bitsetT_9_t | ku | |||
) | [inline] |
Definition at line 38 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::GetKeyList | ( | CPKIFCredentialList | v | ) | [inline] |
Definition at line 42 of file IPKIFCryptoKeyIDOperations.java.
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::GetKeyList | ( | CPKIFCredentialList | v, | |
CPKIFKeyUsagePtr | ku | |||
) | [inline] |
Definition at line 46 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::Sign | ( | CPKIFCredential | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSig, | |||
SWIGTYPE_p_int | nSigLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 50 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::Decrypt | ( | CPKIFCredential | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 54 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::Encrypt | ( | CPKIFCredential | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 58 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
boolean com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::Verify | ( | CPKIFCredential | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSig, | |||
int | nSigLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 62 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
IPKIFCryptContext com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::CryptInit | ( | CPKIFCredentialPtr | key, | |
boolean | pad | |||
) | [inline] |
Definition at line 66 of file IPKIFCryptoKeyIDOperations.java.
IPKIFCryptContext com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::CryptInit | ( | CPKIFCredentialPtr | key | ) | [inline] |
Definition at line 71 of file IPKIFCryptoKeyIDOperations.java.
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::Decrypt | ( | IPKIFCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 76 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
void com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::Encrypt | ( | IPKIFCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 80 of file IPKIFCryptoKeyIDOperations.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
boolean com::orionsec::jpkif::IPKIFCryptoKeyIDOperations::swigCMemOwn [protected] |
Definition at line 13 of file IPKIFCryptoKeyIDOperations.java.
Referenced by delete(), and IPKIFCryptoKeyIDOperations().