Package cryptlib
Class crypt
- java.lang.Object
-
- cryptlib.crypt
-
public class crypt extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description crypt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, byte[] extension)
static void
AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, byte[] extension, int extensionOffset, int extensionLength)
static void
AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, java.lang.String extension)
static void
AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, java.nio.ByteBuffer extension)
static void
AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, java.nio.ByteBuffer extension, int extensionOffset, int extensionLength)
static void
AddPrivateKey(int keyset, int cryptKey, java.lang.String password)
static void
AddPublicKey(int keyset, int certificate)
static void
AddRandom(byte[] randomData)
static void
AddRandom(byte[] randomData, int randomDataOffset, int randomDataLength)
static void
AddRandom(int pollType)
static void
AddRandom(java.lang.String randomData)
static void
AddRandom(java.nio.ByteBuffer randomData)
static void
AddRandom(java.nio.ByteBuffer randomData, int randomDataOffset, int randomDataLength)
static void
CAAddItem(int keyset, int certificate)
static int
CACertManagement(int action, int keyset, int caKey, int certRequest)
static void
CADeleteItem(int keyset, int certType, int keyIDtype, java.lang.String keyID)
static int
CAGetItem(int keyset, int certType, int keyIDtype, java.lang.String keyID)
static void
CheckCert(int certificate, int sigCheckKey)
static void
CheckSignature(byte[] signature, int sigCheckKey, int hashContext)
static void
CheckSignature(byte[] signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext)
static void
CheckSignature(java.lang.String signature, int sigCheckKey, int hashContext)
static void
CheckSignature(java.nio.ByteBuffer signature, int sigCheckKey, int hashContext)
static void
CheckSignature(java.nio.ByteBuffer signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext)
static int
CheckSignatureEx(byte[] signature, int sigCheckKey, int hashContext)
static int
CheckSignatureEx(byte[] signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext)
static int
CheckSignatureEx(java.lang.String signature, int sigCheckKey, int hashContext)
static int
CheckSignatureEx(java.nio.ByteBuffer signature, int sigCheckKey, int hashContext)
static int
CheckSignatureEx(java.nio.ByteBuffer signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext)
static int
CreateCert(int cryptUser, int certType)
* Certificate Functions * *static int
CreateContext(int cryptUser, int cryptAlgo)
static int
CreateEnvelope(int cryptUser, int formatType)
* Envelope and Session Functions * *static int
CreateSession(int cryptUser, int formatType)
static int
CreateSignature(byte[] signature, int signatureMaxLength, int signContext, int hashContext)
static int
CreateSignature(byte[] signature, int signatureOffset, int signatureMaxLength, int signContext, int hashContext)
static int
CreateSignature(java.nio.ByteBuffer signature, int signatureMaxLength, int signContext, int hashContext)
static int
CreateSignature(java.nio.ByteBuffer signature, int signatureOffset, int signatureMaxLength, int signContext, int hashContext)
static int
CreateSignatureEx(byte[] signature, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData)
static int
CreateSignatureEx(byte[] signature, int signatureOffset, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData)
static int
CreateSignatureEx(java.nio.ByteBuffer signature, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData)
static int
CreateSignatureEx(java.nio.ByteBuffer signature, int signatureOffset, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData)
static void
Decrypt(int cryptContext, byte[] buffer)
static void
Decrypt(int cryptContext, byte[] buffer, int bufferOffset, int length)
static void
Decrypt(int cryptContext, java.nio.ByteBuffer buffer)
static void
Decrypt(int cryptContext, java.nio.ByteBuffer buffer, int bufferOffset, int length)
static void
DeleteAttribute(int cryptHandle, int attributeType)
static void
DeleteCertExtension(int certificate, java.lang.String oid)
static void
DeleteKey(int keyset, int keyIDtype, java.lang.String keyID)
static void
DestroyCert(int certificate)
static void
DestroyContext(int cryptContext)
static void
DestroyEnvelope(int envelope)
static void
DestroyObject(int cryptObject)
static void
DestroySession(int session)
static void
DeviceClose(int device)
static int
DeviceCreateContext(int device, int cryptAlgo)
static int
DeviceOpen(int cryptUser, int deviceType, java.lang.String name)
* Device Functions * *static CRYPT_QUERY_INFO
DeviceQueryCapability(int device, int cryptAlgo)
static void
Encrypt(int cryptContext, byte[] buffer)
static void
Encrypt(int cryptContext, byte[] buffer, int bufferOffset, int length)
static void
Encrypt(int cryptContext, java.nio.ByteBuffer buffer)
static void
Encrypt(int cryptContext, java.nio.ByteBuffer buffer, int bufferOffset, int length)
static void
End()
static int
ExportCert(byte[] certObject, int certObjectMaxLength, int certFormatType, int certificate)
static int
ExportCert(byte[] certObject, int certObjectOffset, int certObjectMaxLength, int certFormatType, int certificate)
static int
ExportCert(java.nio.ByteBuffer certObject, int certObjectMaxLength, int certFormatType, int certificate)
static int
ExportCert(java.nio.ByteBuffer certObject, int certObjectOffset, int certObjectMaxLength, int certFormatType, int certificate)
static int
ExportKey(byte[] encryptedKey, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext)
static int
ExportKey(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext)
static int
ExportKey(java.nio.ByteBuffer encryptedKey, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext)
static int
ExportKey(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext)
* Mid-level Encryption Functions * *static int
ExportKeyEx(byte[] encryptedKey, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext)
static int
ExportKeyEx(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext)
static int
ExportKeyEx(java.nio.ByteBuffer encryptedKey, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext)
static int
ExportKeyEx(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext)
static void
FlushData(int envelope)
static void
GenerateKey(int cryptContext)
static int
GetAttribute(int cryptHandle, int attributeType)
static java.lang.String
GetAttributeString(int cryptHandle, int attributeType)
static int
GetAttributeString(int cryptHandle, int attributeType, byte[] value)
static int
GetAttributeString(int cryptHandle, int attributeType, byte[] value, int valueOffset)
static int
GetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value)
static int
GetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value, int valueOffset)
static int
GetCertExtension(int certificate, java.lang.String oid, byte[] extension, int extensionMaxLength)
static int
GetCertExtension(int certificate, java.lang.String oid, byte[] extension, int extensionOffset, int extensionMaxLength)
static int
GetCertExtension(int certificate, java.lang.String oid, java.nio.ByteBuffer extension, int extensionMaxLength)
static int
GetCertExtension(int certificate, java.lang.String oid, java.nio.ByteBuffer extension, int extensionOffset, int extensionMaxLength)
static int
GetKey(int keyset, int keyIDtype, java.lang.String keyID, java.lang.String password)
static int
GetPrivateKey(int keyset, int keyIDtype, java.lang.String keyID, java.lang.String password)
static int
GetPublicKey(int keyset, int keyIDtype, java.lang.String keyID)
static int
ImportCert(byte[] certObject, int cryptUser)
static int
ImportCert(byte[] certObject, int certObjectOffset, int certObjectLength, int cryptUser)
static int
ImportCert(java.lang.String certObject, int cryptUser)
static int
ImportCert(java.nio.ByteBuffer certObject, int cryptUser)
static int
ImportCert(java.nio.ByteBuffer certObject, int certObjectOffset, int certObjectLength, int cryptUser)
static void
ImportKey(byte[] encryptedKey, int importKey, int sessionKeyContext)
static void
ImportKey(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext)
static void
ImportKey(java.lang.String encryptedKey, int importKey, int sessionKeyContext)
static void
ImportKey(java.nio.ByteBuffer encryptedKey, int importKey, int sessionKeyContext)
static void
ImportKey(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext)
static int
ImportKeyEx(byte[] encryptedKey, int importKey, int sessionKeyContext)
static int
ImportKeyEx(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext)
static int
ImportKeyEx(java.lang.String encryptedKey, int importKey, int sessionKeyContext)
static int
ImportKeyEx(java.nio.ByteBuffer encryptedKey, int importKey, int sessionKeyContext)
static int
ImportKeyEx(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext)
static void
Init()
* General Functions * *static void
KeysetClose(int keyset)
static int
KeysetOpen(int cryptUser, int keysetType, java.lang.String name, int options)
* Keyset Functions * *static int
Login(java.lang.String name, java.lang.String password)
* User Management Functions * *static void
Logout(int user)
static int
PopData(int envelope, byte[] buffer, int length)
static int
PopData(int envelope, byte[] buffer, int bufferOffset, int length)
static int
PopData(int envelope, java.nio.ByteBuffer buffer, int length)
static int
PopData(int envelope, java.nio.ByteBuffer buffer, int bufferOffset, int length)
static int
PushData(int envelope, byte[] buffer)
static int
PushData(int envelope, byte[] buffer, int bufferOffset, int length)
static int
PushData(int envelope, java.lang.String buffer)
static int
PushData(int envelope, java.nio.ByteBuffer buffer)
static int
PushData(int envelope, java.nio.ByteBuffer buffer, int bufferOffset, int length)
static CRYPT_QUERY_INFO
QueryCapability(int cryptAlgo)
static CRYPT_OBJECT_INFO
QueryObject(byte[] objectData)
static CRYPT_OBJECT_INFO
QueryObject(byte[] objectData, int objectDataOffset, int objectDataLength)
static CRYPT_OBJECT_INFO
QueryObject(java.lang.String objectData)
static CRYPT_OBJECT_INFO
QueryObject(java.nio.ByteBuffer objectData)
static CRYPT_OBJECT_INFO
QueryObject(java.nio.ByteBuffer objectData, int objectDataOffset, int objectDataLength)
static void
SetAttribute(int cryptHandle, int attributeType, int value)
static void
SetAttributeString(int cryptHandle, int attributeType, byte[] value)
static void
SetAttributeString(int cryptHandle, int attributeType, byte[] value, int valueOffset, int valueLength)
static void
SetAttributeString(int cryptHandle, int attributeType, java.lang.String value)
static void
SetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value)
static void
SetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value, int valueOffset, int valueLength)
static void
SignCert(int certificate, int signContext)
-
-
-
Field Detail
-
ALGO_NONE
public static final int ALGO_NONE
* Algorithm and Object Types * *- See Also:
- Constant Field Values
-
ALGO_DES
public static final int ALGO_DES
- See Also:
- Constant Field Values
-
ALGO_3DES
public static final int ALGO_3DES
- See Also:
- Constant Field Values
-
ALGO_IDEA
public static final int ALGO_IDEA
- See Also:
- Constant Field Values
-
ALGO_CAST
public static final int ALGO_CAST
- See Also:
- Constant Field Values
-
ALGO_RC2
public static final int ALGO_RC2
- See Also:
- Constant Field Values
-
ALGO_RC4
public static final int ALGO_RC4
- See Also:
- Constant Field Values
-
ALGO_RESERVED1
public static final int ALGO_RESERVED1
- See Also:
- Constant Field Values
-
ALGO_AES
public static final int ALGO_AES
- See Also:
- Constant Field Values
-
ALGO_RESERVED2
public static final int ALGO_RESERVED2
- See Also:
- Constant Field Values
-
ALGO_DH
public static final int ALGO_DH
- See Also:
- Constant Field Values
-
ALGO_RSA
public static final int ALGO_RSA
- See Also:
- Constant Field Values
-
ALGO_DSA
public static final int ALGO_DSA
- See Also:
- Constant Field Values
-
ALGO_ELGAMAL
public static final int ALGO_ELGAMAL
- See Also:
- Constant Field Values
-
ALGO_RESERVED3
public static final int ALGO_RESERVED3
- See Also:
- Constant Field Values
-
ALGO_ECDSA
public static final int ALGO_ECDSA
- See Also:
- Constant Field Values
-
ALGO_ECDH
public static final int ALGO_ECDH
- See Also:
- Constant Field Values
-
ALGO_RESERVED4
public static final int ALGO_RESERVED4
- See Also:
- Constant Field Values
-
ALGO_RESERVED5
public static final int ALGO_RESERVED5
- See Also:
- Constant Field Values
-
ALGO_MD5
public static final int ALGO_MD5
- See Also:
- Constant Field Values
-
ALGO_SHA1
public static final int ALGO_SHA1
- See Also:
- Constant Field Values
-
ALGO_RESERVED6
public static final int ALGO_RESERVED6
- See Also:
- Constant Field Values
-
ALGO_SHA2
public static final int ALGO_SHA2
- See Also:
- Constant Field Values
-
ALGO_SHA256
public static final int ALGO_SHA256
- See Also:
- Constant Field Values
-
ALGO_SHAng
public static final int ALGO_SHAng
- See Also:
- Constant Field Values
-
ALGO_RESREVED_7
public static final int ALGO_RESREVED_7
- See Also:
- Constant Field Values
-
ALGO_HMAC_SHA1
public static final int ALGO_HMAC_SHA1
- See Also:
- Constant Field Values
-
ALGO_RESERVED8
public static final int ALGO_RESERVED8
- See Also:
- Constant Field Values
-
ALGO_HMAC_SHA2
public static final int ALGO_HMAC_SHA2
- See Also:
- Constant Field Values
-
ALGO_HMAC_SHAng
public static final int ALGO_HMAC_SHAng
- See Also:
- Constant Field Values
-
ALGO_LAST
public static final int ALGO_LAST
- See Also:
- Constant Field Values
-
ALGO_FIRST_CONVENTIONAL
public static final int ALGO_FIRST_CONVENTIONAL
- See Also:
- Constant Field Values
-
ALGO_LAST_CONVENTIONAL
public static final int ALGO_LAST_CONVENTIONAL
- See Also:
- Constant Field Values
-
ALGO_FIRST_PKC
public static final int ALGO_FIRST_PKC
- See Also:
- Constant Field Values
-
ALGO_LAST_PKC
public static final int ALGO_LAST_PKC
- See Also:
- Constant Field Values
-
ALGO_FIRST_HASH
public static final int ALGO_FIRST_HASH
- See Also:
- Constant Field Values
-
ALGO_LAST_HASH
public static final int ALGO_LAST_HASH
- See Also:
- Constant Field Values
-
ALGO_FIRST_MAC
public static final int ALGO_FIRST_MAC
- See Also:
- Constant Field Values
-
ALGO_LAST_MAC
public static final int ALGO_LAST_MAC
- See Also:
- Constant Field Values
-
MODE_NONE
public static final int MODE_NONE
- See Also:
- Constant Field Values
-
MODE_ECB
public static final int MODE_ECB
- See Also:
- Constant Field Values
-
MODE_CBC
public static final int MODE_CBC
- See Also:
- Constant Field Values
-
MODE_CFB
public static final int MODE_CFB
- See Also:
- Constant Field Values
-
MODE_GCM
public static final int MODE_GCM
- See Also:
- Constant Field Values
-
MODE_LAST
public static final int MODE_LAST
- See Also:
- Constant Field Values
-
KEYSET_NONE
public static final int KEYSET_NONE
- See Also:
- Constant Field Values
-
KEYSET_FILE
public static final int KEYSET_FILE
- See Also:
- Constant Field Values
-
KEYSET_HTTP
public static final int KEYSET_HTTP
- See Also:
- Constant Field Values
-
KEYSET_LDAP
public static final int KEYSET_LDAP
- See Also:
- Constant Field Values
-
KEYSET_ODBC
public static final int KEYSET_ODBC
- See Also:
- Constant Field Values
-
KEYSET_DATABASE
public static final int KEYSET_DATABASE
- See Also:
- Constant Field Values
-
KEYSET_ODBC_STORE
public static final int KEYSET_ODBC_STORE
- See Also:
- Constant Field Values
-
KEYSET_DATABASE_STORE
public static final int KEYSET_DATABASE_STORE
- See Also:
- Constant Field Values
-
KEYSET_LAST
public static final int KEYSET_LAST
- See Also:
- Constant Field Values
-
DEVICE_NONE
public static final int DEVICE_NONE
- See Also:
- Constant Field Values
-
DEVICE_FORTEZZA
public static final int DEVICE_FORTEZZA
- See Also:
- Constant Field Values
-
DEVICE_PKCS11
public static final int DEVICE_PKCS11
- See Also:
- Constant Field Values
-
DEVICE_CRYPTOAPI
public static final int DEVICE_CRYPTOAPI
- See Also:
- Constant Field Values
-
DEVICE_HARDWARE
public static final int DEVICE_HARDWARE
- See Also:
- Constant Field Values
-
DEVICE_LAST
public static final int DEVICE_LAST
- See Also:
- Constant Field Values
-
CERTTYPE_NONE
public static final int CERTTYPE_NONE
- See Also:
- Constant Field Values
-
CERTTYPE_CERTIFICATE
public static final int CERTTYPE_CERTIFICATE
- See Also:
- Constant Field Values
-
CERTTYPE_ATTRIBUTE_CERT
public static final int CERTTYPE_ATTRIBUTE_CERT
- See Also:
- Constant Field Values
-
CERTTYPE_CERTCHAIN
public static final int CERTTYPE_CERTCHAIN
- See Also:
- Constant Field Values
-
CERTTYPE_CERTREQUEST
public static final int CERTTYPE_CERTREQUEST
- See Also:
- Constant Field Values
-
CERTTYPE_REQUEST_CERT
public static final int CERTTYPE_REQUEST_CERT
- See Also:
- Constant Field Values
-
CERTTYPE_REQUEST_REVOCATION
public static final int CERTTYPE_REQUEST_REVOCATION
- See Also:
- Constant Field Values
-
CERTTYPE_CRL
public static final int CERTTYPE_CRL
- See Also:
- Constant Field Values
-
CERTTYPE_CMS_ATTRIBUTES
public static final int CERTTYPE_CMS_ATTRIBUTES
- See Also:
- Constant Field Values
-
CERTTYPE_RTCS_REQUEST
public static final int CERTTYPE_RTCS_REQUEST
- See Also:
- Constant Field Values
-
CERTTYPE_RTCS_RESPONSE
public static final int CERTTYPE_RTCS_RESPONSE
- See Also:
- Constant Field Values
-
CERTTYPE_OCSP_REQUEST
public static final int CERTTYPE_OCSP_REQUEST
- See Also:
- Constant Field Values
-
CERTTYPE_OCSP_RESPONSE
public static final int CERTTYPE_OCSP_RESPONSE
- See Also:
- Constant Field Values
-
CERTTYPE_PKIUSER
public static final int CERTTYPE_PKIUSER
- See Also:
- Constant Field Values
-
CERTTYPE_LAST
public static final int CERTTYPE_LAST
- See Also:
- Constant Field Values
-
FORMAT_NONE
public static final int FORMAT_NONE
- See Also:
- Constant Field Values
-
FORMAT_AUTO
public static final int FORMAT_AUTO
- See Also:
- Constant Field Values
-
FORMAT_CRYPTLIB
public static final int FORMAT_CRYPTLIB
- See Also:
- Constant Field Values
-
FORMAT_CMS
public static final int FORMAT_CMS
- See Also:
- Constant Field Values
-
FORMAT_PKCS7
public static final int FORMAT_PKCS7
- See Also:
- Constant Field Values
-
FORMAT_SMIME
public static final int FORMAT_SMIME
- See Also:
- Constant Field Values
-
FORMAT_PGP
public static final int FORMAT_PGP
- See Also:
- Constant Field Values
-
FORMAT_LAST
public static final int FORMAT_LAST
- See Also:
- Constant Field Values
-
SESSION_NONE
public static final int SESSION_NONE
- See Also:
- Constant Field Values
-
SESSION_SSH
public static final int SESSION_SSH
- See Also:
- Constant Field Values
-
SESSION_SSH_SERVER
public static final int SESSION_SSH_SERVER
- See Also:
- Constant Field Values
-
SESSION_SSL
public static final int SESSION_SSL
- See Also:
- Constant Field Values
-
SESSION_TLS
public static final int SESSION_TLS
- See Also:
- Constant Field Values
-
SESSION_SSL_SERVER
public static final int SESSION_SSL_SERVER
- See Also:
- Constant Field Values
-
SESSION_TLS_SERVER
public static final int SESSION_TLS_SERVER
- See Also:
- Constant Field Values
-
SESSION_RTCS
public static final int SESSION_RTCS
- See Also:
- Constant Field Values
-
SESSION_RTCS_SERVER
public static final int SESSION_RTCS_SERVER
- See Also:
- Constant Field Values
-
SESSION_OCSP
public static final int SESSION_OCSP
- See Also:
- Constant Field Values
-
SESSION_OCSP_SERVER
public static final int SESSION_OCSP_SERVER
- See Also:
- Constant Field Values
-
SESSION_TSP
public static final int SESSION_TSP
- See Also:
- Constant Field Values
-
SESSION_TSP_SERVER
public static final int SESSION_TSP_SERVER
- See Also:
- Constant Field Values
-
SESSION_CMP
public static final int SESSION_CMP
- See Also:
- Constant Field Values
-
SESSION_CMP_SERVER
public static final int SESSION_CMP_SERVER
- See Also:
- Constant Field Values
-
SESSION_SCEP
public static final int SESSION_SCEP
- See Also:
- Constant Field Values
-
SESSION_SCEP_SERVER
public static final int SESSION_SCEP_SERVER
- See Also:
- Constant Field Values
-
SESSION_CERTSTORE_SERVER
public static final int SESSION_CERTSTORE_SERVER
- See Also:
- Constant Field Values
-
SESSION_LAST
public static final int SESSION_LAST
- See Also:
- Constant Field Values
-
USER_NONE
public static final int USER_NONE
- See Also:
- Constant Field Values
-
USER_NORMAL
public static final int USER_NORMAL
- See Also:
- Constant Field Values
-
USER_SO
public static final int USER_SO
- See Also:
- Constant Field Values
-
USER_CA
public static final int USER_CA
- See Also:
- Constant Field Values
-
USER_LAST
public static final int USER_LAST
- See Also:
- Constant Field Values
-
ATTRIBUTE_NONE
public static final int ATTRIBUTE_NONE
* Attribute Types * *- See Also:
- Constant Field Values
-
PROPERTY_FIRST
public static final int PROPERTY_FIRST
- See Also:
- Constant Field Values
-
PROPERTY_HIGHSECURITY
public static final int PROPERTY_HIGHSECURITY
- See Also:
- Constant Field Values
-
PROPERTY_OWNER
public static final int PROPERTY_OWNER
- See Also:
- Constant Field Values
-
PROPERTY_FORWARDCOUNT
public static final int PROPERTY_FORWARDCOUNT
- See Also:
- Constant Field Values
-
PROPERTY_LOCKED
public static final int PROPERTY_LOCKED
- See Also:
- Constant Field Values
-
PROPERTY_USAGECOUNT
public static final int PROPERTY_USAGECOUNT
- See Also:
- Constant Field Values
-
PROPERTY_NONEXPORTABLE
public static final int PROPERTY_NONEXPORTABLE
- See Also:
- Constant Field Values
-
PROPERTY_LAST
public static final int PROPERTY_LAST
- See Also:
- Constant Field Values
-
GENERIC_FIRST
public static final int GENERIC_FIRST
- See Also:
- Constant Field Values
-
ATTRIBUTE_ERRORTYPE
public static final int ATTRIBUTE_ERRORTYPE
- See Also:
- Constant Field Values
-
ATTRIBUTE_ERRORLOCUS
public static final int ATTRIBUTE_ERRORLOCUS
- See Also:
- Constant Field Values
-
ATTRIBUTE_ERRORMESSAGE
public static final int ATTRIBUTE_ERRORMESSAGE
- See Also:
- Constant Field Values
-
ATTRIBUTE_CURRENT_GROUP
public static final int ATTRIBUTE_CURRENT_GROUP
- See Also:
- Constant Field Values
-
ATTRIBUTE_CURRENT
public static final int ATTRIBUTE_CURRENT
- See Also:
- Constant Field Values
-
ATTRIBUTE_CURRENT_INSTANCE
public static final int ATTRIBUTE_CURRENT_INSTANCE
- See Also:
- Constant Field Values
-
ATTRIBUTE_BUFFERSIZE
public static final int ATTRIBUTE_BUFFERSIZE
- See Also:
- Constant Field Values
-
GENERIC_LAST
public static final int GENERIC_LAST
- See Also:
- Constant Field Values
-
OPTION_FIRST
public static final int OPTION_FIRST
- See Also:
- Constant Field Values
-
OPTION_INFO_DESCRIPTION
public static final int OPTION_INFO_DESCRIPTION
- See Also:
- Constant Field Values
-
OPTION_INFO_COPYRIGHT
public static final int OPTION_INFO_COPYRIGHT
- See Also:
- Constant Field Values
-
OPTION_INFO_MAJORVERSION
public static final int OPTION_INFO_MAJORVERSION
- See Also:
- Constant Field Values
-
OPTION_INFO_MINORVERSION
public static final int OPTION_INFO_MINORVERSION
- See Also:
- Constant Field Values
-
OPTION_INFO_STEPPING
public static final int OPTION_INFO_STEPPING
- See Also:
- Constant Field Values
-
OPTION_ENCR_ALGO
public static final int OPTION_ENCR_ALGO
- See Also:
- Constant Field Values
-
OPTION_ENCR_HASH
public static final int OPTION_ENCR_HASH
- See Also:
- Constant Field Values
-
OPTION_ENCR_MAC
public static final int OPTION_ENCR_MAC
- See Also:
- Constant Field Values
-
OPTION_PKC_ALGO
public static final int OPTION_PKC_ALGO
- See Also:
- Constant Field Values
-
OPTION_PKC_KEYSIZE
public static final int OPTION_PKC_KEYSIZE
- See Also:
- Constant Field Values
-
OPTION_DUMMY1
public static final int OPTION_DUMMY1
- See Also:
- Constant Field Values
-
OPTION_DUMMY2
public static final int OPTION_DUMMY2
- See Also:
- Constant Field Values
-
OPTION_KEYING_ALGO
public static final int OPTION_KEYING_ALGO
- See Also:
- Constant Field Values
-
OPTION_KEYING_ITERATIONS
public static final int OPTION_KEYING_ITERATIONS
- See Also:
- Constant Field Values
-
OPTION_CERT_SIGNUNRECOGNISEDATTRIBUTES
public static final int OPTION_CERT_SIGNUNRECOGNISEDATTRIBUTES
- See Also:
- Constant Field Values
-
OPTION_CERT_VALIDITY
public static final int OPTION_CERT_VALIDITY
- See Also:
- Constant Field Values
-
OPTION_CERT_UPDATEINTERVAL
public static final int OPTION_CERT_UPDATEINTERVAL
- See Also:
- Constant Field Values
-
OPTION_CERT_COMPLIANCELEVEL
public static final int OPTION_CERT_COMPLIANCELEVEL
- See Also:
- Constant Field Values
-
OPTION_CERT_REQUIREPOLICY
public static final int OPTION_CERT_REQUIREPOLICY
- See Also:
- Constant Field Values
-
OPTION_CMS_DEFAULTATTRIBUTES
public static final int OPTION_CMS_DEFAULTATTRIBUTES
- See Also:
- Constant Field Values
-
OPTION_SMIME_DEFAULTATTRIBUTES
public static final int OPTION_SMIME_DEFAULTATTRIBUTES
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_OBJECTCLASS
public static final int OPTION_KEYS_LDAP_OBJECTCLASS
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_OBJECTTYPE
public static final int OPTION_KEYS_LDAP_OBJECTTYPE
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_FILTER
public static final int OPTION_KEYS_LDAP_FILTER
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_CACERTNAME
public static final int OPTION_KEYS_LDAP_CACERTNAME
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_CERTNAME
public static final int OPTION_KEYS_LDAP_CERTNAME
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_CRLNAME
public static final int OPTION_KEYS_LDAP_CRLNAME
- See Also:
- Constant Field Values
-
OPTION_KEYS_LDAP_EMAILNAME
public static final int OPTION_KEYS_LDAP_EMAILNAME
- See Also:
- Constant Field Values
-
OPTION_DEVICE_PKCS11_DVR01
public static final int OPTION_DEVICE_PKCS11_DVR01
- See Also:
- Constant Field Values
-
OPTION_DEVICE_PKCS11_DVR02
public static final int OPTION_DEVICE_PKCS11_DVR02
- See Also:
- Constant Field Values
-
OPTION_DEVICE_PKCS11_DVR03
public static final int OPTION_DEVICE_PKCS11_DVR03
- See Also:
- Constant Field Values
-
OPTION_DEVICE_PKCS11_DVR04
public static final int OPTION_DEVICE_PKCS11_DVR04
- See Also:
- Constant Field Values
-
OPTION_DEVICE_PKCS11_DVR05
public static final int OPTION_DEVICE_PKCS11_DVR05
- See Also:
- Constant Field Values
-
OPTION_DEVICE_PKCS11_HARDWAREONLY
public static final int OPTION_DEVICE_PKCS11_HARDWAREONLY
- See Also:
- Constant Field Values
-
OPTION_NET_SOCKS_SERVER
public static final int OPTION_NET_SOCKS_SERVER
- See Also:
- Constant Field Values
-
OPTION_NET_SOCKS_USERNAME
public static final int OPTION_NET_SOCKS_USERNAME
- See Also:
- Constant Field Values
-
OPTION_NET_HTTP_PROXY
public static final int OPTION_NET_HTTP_PROXY
- See Also:
- Constant Field Values
-
OPTION_NET_CONNECTTIMEOUT
public static final int OPTION_NET_CONNECTTIMEOUT
- See Also:
- Constant Field Values
-
OPTION_NET_READTIMEOUT
public static final int OPTION_NET_READTIMEOUT
- See Also:
- Constant Field Values
-
OPTION_NET_WRITETIMEOUT
public static final int OPTION_NET_WRITETIMEOUT
- See Also:
- Constant Field Values
-
OPTION_MISC_ASYNCINIT
public static final int OPTION_MISC_ASYNCINIT
- See Also:
- Constant Field Values
-
OPTION_MISC_SIDECHANNELPROTECTION
public static final int OPTION_MISC_SIDECHANNELPROTECTION
- See Also:
- Constant Field Values
-
OPTION_CONFIGCHANGED
public static final int OPTION_CONFIGCHANGED
- See Also:
- Constant Field Values
-
OPTION_SELFTESTOK
public static final int OPTION_SELFTESTOK
- See Also:
- Constant Field Values
-
OPTION_LAST
public static final int OPTION_LAST
- See Also:
- Constant Field Values
-
CTXINFO_FIRST
public static final int CTXINFO_FIRST
- See Also:
- Constant Field Values
-
CTXINFO_ALGO
public static final int CTXINFO_ALGO
- See Also:
- Constant Field Values
-
CTXINFO_MODE
public static final int CTXINFO_MODE
- See Also:
- Constant Field Values
-
CTXINFO_NAME_ALGO
public static final int CTXINFO_NAME_ALGO
- See Also:
- Constant Field Values
-
CTXINFO_NAME_MODE
public static final int CTXINFO_NAME_MODE
- See Also:
- Constant Field Values
-
CTXINFO_KEYSIZE
public static final int CTXINFO_KEYSIZE
- See Also:
- Constant Field Values
-
CTXINFO_BLOCKSIZE
public static final int CTXINFO_BLOCKSIZE
- See Also:
- Constant Field Values
-
CTXINFO_IVSIZE
public static final int CTXINFO_IVSIZE
- See Also:
- Constant Field Values
-
CTXINFO_KEYING_ALGO
public static final int CTXINFO_KEYING_ALGO
- See Also:
- Constant Field Values
-
CTXINFO_KEYING_ITERATIONS
public static final int CTXINFO_KEYING_ITERATIONS
- See Also:
- Constant Field Values
-
CTXINFO_KEYING_SALT
public static final int CTXINFO_KEYING_SALT
- See Also:
- Constant Field Values
-
CTXINFO_KEYING_VALUE
public static final int CTXINFO_KEYING_VALUE
- See Also:
- Constant Field Values
-
CTXINFO_KEY
public static final int CTXINFO_KEY
- See Also:
- Constant Field Values
-
CTXINFO_KEY_COMPONENTS
public static final int CTXINFO_KEY_COMPONENTS
- See Also:
- Constant Field Values
-
CTXINFO_IV
public static final int CTXINFO_IV
- See Also:
- Constant Field Values
-
CTXINFO_HASHVALUE
public static final int CTXINFO_HASHVALUE
- See Also:
- Constant Field Values
-
CTXINFO_LABEL
public static final int CTXINFO_LABEL
- See Also:
- Constant Field Values
-
CTXINFO_PERSISTENT
public static final int CTXINFO_PERSISTENT
- See Also:
- Constant Field Values
-
CTXINFO_LAST
public static final int CTXINFO_LAST
- See Also:
- Constant Field Values
-
CERTINFO_FIRST
public static final int CERTINFO_FIRST
- See Also:
- Constant Field Values
-
CERTINFO_SELFSIGNED
public static final int CERTINFO_SELFSIGNED
- See Also:
- Constant Field Values
-
CERTINFO_IMMUTABLE
public static final int CERTINFO_IMMUTABLE
- See Also:
- Constant Field Values
-
CERTINFO_XYZZY
public static final int CERTINFO_XYZZY
- See Also:
- Constant Field Values
-
CERTINFO_CERTTYPE
public static final int CERTINFO_CERTTYPE
- See Also:
- Constant Field Values
-
CERTINFO_FINGERPRINT_SHA1
public static final int CERTINFO_FINGERPRINT_SHA1
- See Also:
- Constant Field Values
-
CERTINFO_FINGERPRINT_SHA2
public static final int CERTINFO_FINGERPRINT_SHA2
- See Also:
- Constant Field Values
-
CERTINFO_FINGERPRINT_SHAng
public static final int CERTINFO_FINGERPRINT_SHAng
- See Also:
- Constant Field Values
-
CERTINFO_CURRENT_CERTIFICATE
public static final int CERTINFO_CURRENT_CERTIFICATE
- See Also:
- Constant Field Values
-
CERTINFO_TRUSTED_USAGE
public static final int CERTINFO_TRUSTED_USAGE
- See Also:
- Constant Field Values
-
CERTINFO_TRUSTED_IMPLICIT
public static final int CERTINFO_TRUSTED_IMPLICIT
- See Also:
- Constant Field Values
-
CERTINFO_SIGNATURELEVEL
public static final int CERTINFO_SIGNATURELEVEL
- See Also:
- Constant Field Values
-
CERTINFO_VERSION
public static final int CERTINFO_VERSION
- See Also:
- Constant Field Values
-
CERTINFO_SERIALNUMBER
public static final int CERTINFO_SERIALNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTPUBLICKEYINFO
public static final int CERTINFO_SUBJECTPUBLICKEYINFO
- See Also:
- Constant Field Values
-
CERTINFO_CERTIFICATE
public static final int CERTINFO_CERTIFICATE
- See Also:
- Constant Field Values
-
CERTINFO_USERCERTIFICATE
public static final int CERTINFO_USERCERTIFICATE
- See Also:
- Constant Field Values
-
CERTINFO_CACERTIFICATE
public static final int CERTINFO_CACERTIFICATE
- See Also:
- Constant Field Values
-
CERTINFO_ISSUERNAME
public static final int CERTINFO_ISSUERNAME
- See Also:
- Constant Field Values
-
CERTINFO_VALIDFROM
public static final int CERTINFO_VALIDFROM
- See Also:
- Constant Field Values
-
CERTINFO_VALIDTO
public static final int CERTINFO_VALIDTO
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTNAME
public static final int CERTINFO_SUBJECTNAME
- See Also:
- Constant Field Values
-
CERTINFO_ISSUERUNIQUEID
public static final int CERTINFO_ISSUERUNIQUEID
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTUNIQUEID
public static final int CERTINFO_SUBJECTUNIQUEID
- See Also:
- Constant Field Values
-
CERTINFO_CERTREQUEST
public static final int CERTINFO_CERTREQUEST
- See Also:
- Constant Field Values
-
CERTINFO_THISUPDATE
public static final int CERTINFO_THISUPDATE
- See Also:
- Constant Field Values
-
CERTINFO_NEXTUPDATE
public static final int CERTINFO_NEXTUPDATE
- See Also:
- Constant Field Values
-
CERTINFO_REVOCATIONDATE
public static final int CERTINFO_REVOCATIONDATE
- See Also:
- Constant Field Values
-
CERTINFO_REVOCATIONSTATUS
public static final int CERTINFO_REVOCATIONSTATUS
- See Also:
- Constant Field Values
-
CERTINFO_CERTSTATUS
public static final int CERTINFO_CERTSTATUS
- See Also:
- Constant Field Values
-
CERTINFO_DN
public static final int CERTINFO_DN
- See Also:
- Constant Field Values
-
CERTINFO_PKIUSER_ID
public static final int CERTINFO_PKIUSER_ID
- See Also:
- Constant Field Values
-
CERTINFO_PKIUSER_ISSUEPASSWORD
public static final int CERTINFO_PKIUSER_ISSUEPASSWORD
- See Also:
- Constant Field Values
-
CERTINFO_PKIUSER_REVPASSWORD
public static final int CERTINFO_PKIUSER_REVPASSWORD
- See Also:
- Constant Field Values
-
CERTINFO_PKIUSER_RA
public static final int CERTINFO_PKIUSER_RA
- See Also:
- Constant Field Values
-
CERTINFO_COUNTRYNAME
public static final int CERTINFO_COUNTRYNAME
- See Also:
- Constant Field Values
-
CERTINFO_STATEORPROVINCENAME
public static final int CERTINFO_STATEORPROVINCENAME
- See Also:
- Constant Field Values
-
CERTINFO_LOCALITYNAME
public static final int CERTINFO_LOCALITYNAME
- See Also:
- Constant Field Values
-
CERTINFO_ORGANIZATIONNAME
public static final int CERTINFO_ORGANIZATIONNAME
- See Also:
- Constant Field Values
-
CERTINFO_ORGANISATIONNAME
public static final int CERTINFO_ORGANISATIONNAME
- See Also:
- Constant Field Values
-
CERTINFO_ORGANIZATIONALUNITNAME
public static final int CERTINFO_ORGANIZATIONALUNITNAME
- See Also:
- Constant Field Values
-
CERTINFO_ORGANISATIONALUNITNAME
public static final int CERTINFO_ORGANISATIONALUNITNAME
- See Also:
- Constant Field Values
-
CERTINFO_COMMONNAME
public static final int CERTINFO_COMMONNAME
- See Also:
- Constant Field Values
-
CERTINFO_OTHERNAME_TYPEID
public static final int CERTINFO_OTHERNAME_TYPEID
- See Also:
- Constant Field Values
-
CERTINFO_OTHERNAME_VALUE
public static final int CERTINFO_OTHERNAME_VALUE
- See Also:
- Constant Field Values
-
CERTINFO_RFC822NAME
public static final int CERTINFO_RFC822NAME
- See Also:
- Constant Field Values
-
CERTINFO_EMAIL
public static final int CERTINFO_EMAIL
- See Also:
- Constant Field Values
-
CERTINFO_DNSNAME
public static final int CERTINFO_DNSNAME
- See Also:
- Constant Field Values
-
CERTINFO_DIRECTORYNAME
public static final int CERTINFO_DIRECTORYNAME
- See Also:
- Constant Field Values
-
CERTINFO_EDIPARTYNAME_NAMEASSIGNER
public static final int CERTINFO_EDIPARTYNAME_NAMEASSIGNER
- See Also:
- Constant Field Values
-
CERTINFO_EDIPARTYNAME_PARTYNAME
public static final int CERTINFO_EDIPARTYNAME_PARTYNAME
- See Also:
- Constant Field Values
-
CERTINFO_UNIFORMRESOURCEIDENTIFIER
public static final int CERTINFO_UNIFORMRESOURCEIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_URL
public static final int CERTINFO_URL
- See Also:
- Constant Field Values
-
CERTINFO_IPADDRESS
public static final int CERTINFO_IPADDRESS
- See Also:
- Constant Field Values
-
CERTINFO_REGISTEREDID
public static final int CERTINFO_REGISTEREDID
- See Also:
- Constant Field Values
-
CERTINFO_CHALLENGEPASSWORD
public static final int CERTINFO_CHALLENGEPASSWORD
- See Also:
- Constant Field Values
-
CERTINFO_CRLEXTREASON
public static final int CERTINFO_CRLEXTREASON
- See Also:
- Constant Field Values
-
CERTINFO_KEYFEATURES
public static final int CERTINFO_KEYFEATURES
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYINFOACCESS
public static final int CERTINFO_AUTHORITYINFOACCESS
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYINFO_RTCS
public static final int CERTINFO_AUTHORITYINFO_RTCS
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYINFO_OCSP
public static final int CERTINFO_AUTHORITYINFO_OCSP
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYINFO_CAISSUERS
public static final int CERTINFO_AUTHORITYINFO_CAISSUERS
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYINFO_CERTSTORE
public static final int CERTINFO_AUTHORITYINFO_CERTSTORE
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYINFO_CRLS
public static final int CERTINFO_AUTHORITYINFO_CRLS
- See Also:
- Constant Field Values
-
CERTINFO_BIOMETRICINFO
public static final int CERTINFO_BIOMETRICINFO
- See Also:
- Constant Field Values
-
CERTINFO_BIOMETRICINFO_TYPE
public static final int CERTINFO_BIOMETRICINFO_TYPE
- See Also:
- Constant Field Values
-
CERTINFO_BIOMETRICINFO_HASHALGO
public static final int CERTINFO_BIOMETRICINFO_HASHALGO
- See Also:
- Constant Field Values
-
CERTINFO_BIOMETRICINFO_HASH
public static final int CERTINFO_BIOMETRICINFO_HASH
- See Also:
- Constant Field Values
-
CERTINFO_BIOMETRICINFO_URL
public static final int CERTINFO_BIOMETRICINFO_URL
- See Also:
- Constant Field Values
-
CERTINFO_QCSTATEMENT
public static final int CERTINFO_QCSTATEMENT
- See Also:
- Constant Field Values
-
CERTINFO_QCSTATEMENT_SEMANTICS
public static final int CERTINFO_QCSTATEMENT_SEMANTICS
- See Also:
- Constant Field Values
-
CERTINFO_QCSTATEMENT_REGISTRATIONAUTHORITY
public static final int CERTINFO_QCSTATEMENT_REGISTRATIONAUTHORITY
- See Also:
- Constant Field Values
-
CERTINFO_IPADDRESSBLOCKS
public static final int CERTINFO_IPADDRESSBLOCKS
- See Also:
- Constant Field Values
-
CERTINFO_IPADDRESSBLOCKS_ADDRESSFAMILY
public static final int CERTINFO_IPADDRESSBLOCKS_ADDRESSFAMILY
- See Also:
- Constant Field Values
-
CERTINFO_IPADDRESSBLOCKS_PREFIX
public static final int CERTINFO_IPADDRESSBLOCKS_PREFIX
- See Also:
- Constant Field Values
-
CERTINFO_IPADDRESSBLOCKS_MIN
public static final int CERTINFO_IPADDRESSBLOCKS_MIN
- See Also:
- Constant Field Values
-
CERTINFO_IPADDRESSBLOCKS_MAX
public static final int CERTINFO_IPADDRESSBLOCKS_MAX
- See Also:
- Constant Field Values
-
CERTINFO_AUTONOMOUSSYSIDS
public static final int CERTINFO_AUTONOMOUSSYSIDS
- See Also:
- Constant Field Values
-
CERTINFO_AUTONOMOUSSYSIDS_ASNUM_ID
public static final int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_ID
- See Also:
- Constant Field Values
-
CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MIN
public static final int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MIN
- See Also:
- Constant Field Values
-
CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MAX
public static final int CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MAX
- See Also:
- Constant Field Values
-
CERTINFO_OCSP_NONCE
public static final int CERTINFO_OCSP_NONCE
- See Also:
- Constant Field Values
-
CERTINFO_OCSP_RESPONSE
public static final int CERTINFO_OCSP_RESPONSE
- See Also:
- Constant Field Values
-
CERTINFO_OCSP_RESPONSE_OCSP
public static final int CERTINFO_OCSP_RESPONSE_OCSP
- See Also:
- Constant Field Values
-
CERTINFO_OCSP_NOCHECK
public static final int CERTINFO_OCSP_NOCHECK
- See Also:
- Constant Field Values
-
CERTINFO_OCSP_ARCHIVECUTOFF
public static final int CERTINFO_OCSP_ARCHIVECUTOFF
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTINFOACCESS
public static final int CERTINFO_SUBJECTINFOACCESS
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTINFO_TIMESTAMPING
public static final int CERTINFO_SUBJECTINFO_TIMESTAMPING
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTINFO_CAREPOSITORY
public static final int CERTINFO_SUBJECTINFO_CAREPOSITORY
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTINFO_SIGNEDOBJECTREPOSITORY
public static final int CERTINFO_SUBJECTINFO_SIGNEDOBJECTREPOSITORY
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTINFO_RPKIMANIFEST
public static final int CERTINFO_SUBJECTINFO_RPKIMANIFEST
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTINFO_SIGNEDOBJECT
public static final int CERTINFO_SUBJECTINFO_SIGNEDOBJECT
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_DATEOFCERTGEN
public static final int CERTINFO_SIGG_DATEOFCERTGEN
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_PROCURATION
public static final int CERTINFO_SIGG_PROCURATION
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_PROCURE_COUNTRY
public static final int CERTINFO_SIGG_PROCURE_COUNTRY
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_PROCURE_TYPEOFSUBSTITUTION
public static final int CERTINFO_SIGG_PROCURE_TYPEOFSUBSTITUTION
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_PROCURE_SIGNINGFOR
public static final int CERTINFO_SIGG_PROCURE_SIGNINGFOR
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS
public static final int CERTINFO_SIGG_ADMISSIONS
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_AUTHORITY
public static final int CERTINFO_SIGG_ADMISSIONS_AUTHORITY
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHID
public static final int CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHID
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHURL
public static final int CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHURL
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHTEXT
public static final int CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHTEXT
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_PROFESSIONITEM
public static final int CERTINFO_SIGG_ADMISSIONS_PROFESSIONITEM
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_PROFESSIONOID
public static final int CERTINFO_SIGG_ADMISSIONS_PROFESSIONOID
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADMISSIONS_REGISTRATIONNUMBER
public static final int CERTINFO_SIGG_ADMISSIONS_REGISTRATIONNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_MONETARYLIMIT
public static final int CERTINFO_SIGG_MONETARYLIMIT
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_MONETARY_CURRENCY
public static final int CERTINFO_SIGG_MONETARY_CURRENCY
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_MONETARY_AMOUNT
public static final int CERTINFO_SIGG_MONETARY_AMOUNT
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_MONETARY_EXPONENT
public static final int CERTINFO_SIGG_MONETARY_EXPONENT
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_DECLARATIONOFMAJORITY
public static final int CERTINFO_SIGG_DECLARATIONOFMAJORITY
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_DECLARATIONOFMAJORITY_COUNTRY
public static final int CERTINFO_SIGG_DECLARATIONOFMAJORITY_COUNTRY
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_RESTRICTION
public static final int CERTINFO_SIGG_RESTRICTION
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_CERTHASH
public static final int CERTINFO_SIGG_CERTHASH
- See Also:
- Constant Field Values
-
CERTINFO_SIGG_ADDITIONALINFORMATION
public static final int CERTINFO_SIGG_ADDITIONALINFORMATION
- See Also:
- Constant Field Values
-
CERTINFO_STRONGEXTRANET
public static final int CERTINFO_STRONGEXTRANET
- See Also:
- Constant Field Values
-
CERTINFO_STRONGEXTRANET_ZONE
public static final int CERTINFO_STRONGEXTRANET_ZONE
- See Also:
- Constant Field Values
-
CERTINFO_STRONGEXTRANET_ID
public static final int CERTINFO_STRONGEXTRANET_ID
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTDIRECTORYATTRIBUTES
public static final int CERTINFO_SUBJECTDIRECTORYATTRIBUTES
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTDIR_TYPE
public static final int CERTINFO_SUBJECTDIR_TYPE
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTDIR_VALUES
public static final int CERTINFO_SUBJECTDIR_VALUES
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTKEYIDENTIFIER
public static final int CERTINFO_SUBJECTKEYIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_KEYUSAGE
public static final int CERTINFO_KEYUSAGE
- See Also:
- Constant Field Values
-
CERTINFO_PRIVATEKEYUSAGEPERIOD
public static final int CERTINFO_PRIVATEKEYUSAGEPERIOD
- See Also:
- Constant Field Values
-
CERTINFO_PRIVATEKEY_NOTBEFORE
public static final int CERTINFO_PRIVATEKEY_NOTBEFORE
- See Also:
- Constant Field Values
-
CERTINFO_PRIVATEKEY_NOTAFTER
public static final int CERTINFO_PRIVATEKEY_NOTAFTER
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTALTNAME
public static final int CERTINFO_SUBJECTALTNAME
- See Also:
- Constant Field Values
-
CERTINFO_ISSUERALTNAME
public static final int CERTINFO_ISSUERALTNAME
- See Also:
- Constant Field Values
-
CERTINFO_BASICCONSTRAINTS
public static final int CERTINFO_BASICCONSTRAINTS
- See Also:
- Constant Field Values
-
CERTINFO_CA
public static final int CERTINFO_CA
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITY
public static final int CERTINFO_AUTHORITY
- See Also:
- Constant Field Values
-
CERTINFO_PATHLENCONSTRAINT
public static final int CERTINFO_PATHLENCONSTRAINT
- See Also:
- Constant Field Values
-
CERTINFO_CRLNUMBER
public static final int CERTINFO_CRLNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_CRLREASON
public static final int CERTINFO_CRLREASON
- See Also:
- Constant Field Values
-
CERTINFO_HOLDINSTRUCTIONCODE
public static final int CERTINFO_HOLDINSTRUCTIONCODE
- See Also:
- Constant Field Values
-
CERTINFO_INVALIDITYDATE
public static final int CERTINFO_INVALIDITYDATE
- See Also:
- Constant Field Values
-
CERTINFO_DELTACRLINDICATOR
public static final int CERTINFO_DELTACRLINDICATOR
- See Also:
- Constant Field Values
-
CERTINFO_ISSUINGDISTRIBUTIONPOINT
public static final int CERTINFO_ISSUINGDISTRIBUTIONPOINT
- See Also:
- Constant Field Values
-
CERTINFO_ISSUINGDIST_FULLNAME
public static final int CERTINFO_ISSUINGDIST_FULLNAME
- See Also:
- Constant Field Values
-
CERTINFO_ISSUINGDIST_USERCERTSONLY
public static final int CERTINFO_ISSUINGDIST_USERCERTSONLY
- See Also:
- Constant Field Values
-
CERTINFO_ISSUINGDIST_CACERTSONLY
public static final int CERTINFO_ISSUINGDIST_CACERTSONLY
- See Also:
- Constant Field Values
-
CERTINFO_ISSUINGDIST_SOMEREASONSONLY
public static final int CERTINFO_ISSUINGDIST_SOMEREASONSONLY
- See Also:
- Constant Field Values
-
CERTINFO_ISSUINGDIST_INDIRECTCRL
public static final int CERTINFO_ISSUINGDIST_INDIRECTCRL
- See Also:
- Constant Field Values
-
CERTINFO_CERTIFICATEISSUER
public static final int CERTINFO_CERTIFICATEISSUER
- See Also:
- Constant Field Values
-
CERTINFO_NAMECONSTRAINTS
public static final int CERTINFO_NAMECONSTRAINTS
- See Also:
- Constant Field Values
-
CERTINFO_PERMITTEDSUBTREES
public static final int CERTINFO_PERMITTEDSUBTREES
- See Also:
- Constant Field Values
-
CERTINFO_EXCLUDEDSUBTREES
public static final int CERTINFO_EXCLUDEDSUBTREES
- See Also:
- Constant Field Values
-
CERTINFO_CRLDISTRIBUTIONPOINT
public static final int CERTINFO_CRLDISTRIBUTIONPOINT
- See Also:
- Constant Field Values
-
CERTINFO_CRLDIST_FULLNAME
public static final int CERTINFO_CRLDIST_FULLNAME
- See Also:
- Constant Field Values
-
CERTINFO_CRLDIST_REASONS
public static final int CERTINFO_CRLDIST_REASONS
- See Also:
- Constant Field Values
-
CERTINFO_CRLDIST_CRLISSUER
public static final int CERTINFO_CRLDIST_CRLISSUER
- See Also:
- Constant Field Values
-
CERTINFO_CERTIFICATEPOLICIES
public static final int CERTINFO_CERTIFICATEPOLICIES
- See Also:
- Constant Field Values
-
CERTINFO_CERTPOLICYID
public static final int CERTINFO_CERTPOLICYID
- See Also:
- Constant Field Values
-
CERTINFO_CERTPOLICY_CPSURI
public static final int CERTINFO_CERTPOLICY_CPSURI
- See Also:
- Constant Field Values
-
CERTINFO_CERTPOLICY_ORGANIZATION
public static final int CERTINFO_CERTPOLICY_ORGANIZATION
- See Also:
- Constant Field Values
-
CERTINFO_CERTPOLICY_NOTICENUMBERS
public static final int CERTINFO_CERTPOLICY_NOTICENUMBERS
- See Also:
- Constant Field Values
-
CERTINFO_CERTPOLICY_EXPLICITTEXT
public static final int CERTINFO_CERTPOLICY_EXPLICITTEXT
- See Also:
- Constant Field Values
-
CERTINFO_POLICYMAPPINGS
public static final int CERTINFO_POLICYMAPPINGS
- See Also:
- Constant Field Values
-
CERTINFO_ISSUERDOMAINPOLICY
public static final int CERTINFO_ISSUERDOMAINPOLICY
- See Also:
- Constant Field Values
-
CERTINFO_SUBJECTDOMAINPOLICY
public static final int CERTINFO_SUBJECTDOMAINPOLICY
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITYKEYIDENTIFIER
public static final int CERTINFO_AUTHORITYKEYIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITY_KEYIDENTIFIER
public static final int CERTINFO_AUTHORITY_KEYIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITY_CERTISSUER
public static final int CERTINFO_AUTHORITY_CERTISSUER
- See Also:
- Constant Field Values
-
CERTINFO_AUTHORITY_CERTSERIALNUMBER
public static final int CERTINFO_AUTHORITY_CERTSERIALNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_POLICYCONSTRAINTS
public static final int CERTINFO_POLICYCONSTRAINTS
- See Also:
- Constant Field Values
-
CERTINFO_REQUIREEXPLICITPOLICY
public static final int CERTINFO_REQUIREEXPLICITPOLICY
- See Also:
- Constant Field Values
-
CERTINFO_INHIBITPOLICYMAPPING
public static final int CERTINFO_INHIBITPOLICYMAPPING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEYUSAGE
public static final int CERTINFO_EXTKEYUSAGE
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_MS_INDIVIDUALCODESIGNING
public static final int CERTINFO_EXTKEY_MS_INDIVIDUALCODESIGNING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_MS_COMMERCIALCODESIGNING
public static final int CERTINFO_EXTKEY_MS_COMMERCIALCODESIGNING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_MS_CERTTRUSTLISTSIGNING
public static final int CERTINFO_EXTKEY_MS_CERTTRUSTLISTSIGNING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_MS_TIMESTAMPSIGNING
public static final int CERTINFO_EXTKEY_MS_TIMESTAMPSIGNING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_MS_SERVERGATEDCRYPTO
public static final int CERTINFO_EXTKEY_MS_SERVERGATEDCRYPTO
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_MS_ENCRYPTEDFILESYSTEM
public static final int CERTINFO_EXTKEY_MS_ENCRYPTEDFILESYSTEM
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_SERVERAUTH
public static final int CERTINFO_EXTKEY_SERVERAUTH
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_CLIENTAUTH
public static final int CERTINFO_EXTKEY_CLIENTAUTH
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_CODESIGNING
public static final int CERTINFO_EXTKEY_CODESIGNING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_EMAILPROTECTION
public static final int CERTINFO_EXTKEY_EMAILPROTECTION
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_IPSECENDSYSTEM
public static final int CERTINFO_EXTKEY_IPSECENDSYSTEM
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_IPSECTUNNEL
public static final int CERTINFO_EXTKEY_IPSECTUNNEL
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_IPSECUSER
public static final int CERTINFO_EXTKEY_IPSECUSER
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_TIMESTAMPING
public static final int CERTINFO_EXTKEY_TIMESTAMPING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_OCSPSIGNING
public static final int CERTINFO_EXTKEY_OCSPSIGNING
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_DIRECTORYSERVICE
public static final int CERTINFO_EXTKEY_DIRECTORYSERVICE
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_ANYKEYUSAGE
public static final int CERTINFO_EXTKEY_ANYKEYUSAGE
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_NS_SERVERGATEDCRYPTO
public static final int CERTINFO_EXTKEY_NS_SERVERGATEDCRYPTO
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEY_VS_SERVERGATEDCRYPTO_CA
public static final int CERTINFO_EXTKEY_VS_SERVERGATEDCRYPTO_CA
- See Also:
- Constant Field Values
-
CERTINFO_EXTKEYUSAGE_LAST
public static final int CERTINFO_EXTKEYUSAGE_LAST
- See Also:
- Constant Field Values
-
CERTINFO_CRLSTREAMIDENTIFIER
public static final int CERTINFO_CRLSTREAMIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_FRESHESTCRL
public static final int CERTINFO_FRESHESTCRL
- See Also:
- Constant Field Values
-
CERTINFO_FRESHESTCRL_FULLNAME
public static final int CERTINFO_FRESHESTCRL_FULLNAME
- See Also:
- Constant Field Values
-
CERTINFO_FRESHESTCRL_REASONS
public static final int CERTINFO_FRESHESTCRL_REASONS
- See Also:
- Constant Field Values
-
CERTINFO_FRESHESTCRL_CRLISSUER
public static final int CERTINFO_FRESHESTCRL_CRLISSUER
- See Also:
- Constant Field Values
-
CERTINFO_ORDEREDLIST
public static final int CERTINFO_ORDEREDLIST
- See Also:
- Constant Field Values
-
CERTINFO_BASEUPDATETIME
public static final int CERTINFO_BASEUPDATETIME
- See Also:
- Constant Field Values
-
CERTINFO_DELTAINFO
public static final int CERTINFO_DELTAINFO
- See Also:
- Constant Field Values
-
CERTINFO_DELTAINFO_LOCATION
public static final int CERTINFO_DELTAINFO_LOCATION
- See Also:
- Constant Field Values
-
CERTINFO_DELTAINFO_NEXTDELTA
public static final int CERTINFO_DELTAINFO_NEXTDELTA
- See Also:
- Constant Field Values
-
CERTINFO_INHIBITANYPOLICY
public static final int CERTINFO_INHIBITANYPOLICY
- See Also:
- Constant Field Values
-
CERTINFO_TOBEREVOKED
public static final int CERTINFO_TOBEREVOKED
- See Also:
- Constant Field Values
-
CERTINFO_TOBEREVOKED_CERTISSUER
public static final int CERTINFO_TOBEREVOKED_CERTISSUER
- See Also:
- Constant Field Values
-
CERTINFO_TOBEREVOKED_REASONCODE
public static final int CERTINFO_TOBEREVOKED_REASONCODE
- See Also:
- Constant Field Values
-
CERTINFO_TOBEREVOKED_REVOCATIONTIME
public static final int CERTINFO_TOBEREVOKED_REVOCATIONTIME
- See Also:
- Constant Field Values
-
CERTINFO_TOBEREVOKED_CERTSERIALNUMBER
public static final int CERTINFO_TOBEREVOKED_CERTSERIALNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_REVOKEDGROUPS
public static final int CERTINFO_REVOKEDGROUPS
- See Also:
- Constant Field Values
-
CERTINFO_REVOKEDGROUPS_CERTISSUER
public static final int CERTINFO_REVOKEDGROUPS_CERTISSUER
- See Also:
- Constant Field Values
-
CERTINFO_REVOKEDGROUPS_REASONCODE
public static final int CERTINFO_REVOKEDGROUPS_REASONCODE
- See Also:
- Constant Field Values
-
CERTINFO_REVOKEDGROUPS_INVALIDITYDATE
public static final int CERTINFO_REVOKEDGROUPS_INVALIDITYDATE
- See Also:
- Constant Field Values
-
CERTINFO_REVOKEDGROUPS_STARTINGNUMBER
public static final int CERTINFO_REVOKEDGROUPS_STARTINGNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_REVOKEDGROUPS_ENDINGNUMBER
public static final int CERTINFO_REVOKEDGROUPS_ENDINGNUMBER
- See Also:
- Constant Field Values
-
CERTINFO_EXPIREDCERTSONCRL
public static final int CERTINFO_EXPIREDCERTSONCRL
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDISTRIBUTIONPOINT
public static final int CERTINFO_AAISSUINGDISTRIBUTIONPOINT
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDIST_FULLNAME
public static final int CERTINFO_AAISSUINGDIST_FULLNAME
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDIST_SOMEREASONSONLY
public static final int CERTINFO_AAISSUINGDIST_SOMEREASONSONLY
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDIST_INDIRECTCRL
public static final int CERTINFO_AAISSUINGDIST_INDIRECTCRL
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDIST_USERATTRCERTS
public static final int CERTINFO_AAISSUINGDIST_USERATTRCERTS
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDIST_AACERTS
public static final int CERTINFO_AAISSUINGDIST_AACERTS
- See Also:
- Constant Field Values
-
CERTINFO_AAISSUINGDIST_SOACERTS
public static final int CERTINFO_AAISSUINGDIST_SOACERTS
- See Also:
- Constant Field Values
-
CERTINFO_NS_CERTTYPE
public static final int CERTINFO_NS_CERTTYPE
- See Also:
- Constant Field Values
-
CERTINFO_NS_BASEURL
public static final int CERTINFO_NS_BASEURL
- See Also:
- Constant Field Values
-
CERTINFO_NS_REVOCATIONURL
public static final int CERTINFO_NS_REVOCATIONURL
- See Also:
- Constant Field Values
-
CERTINFO_NS_CAREVOCATIONURL
public static final int CERTINFO_NS_CAREVOCATIONURL
- See Also:
- Constant Field Values
-
CERTINFO_NS_CERTRENEWALURL
public static final int CERTINFO_NS_CERTRENEWALURL
- See Also:
- Constant Field Values
-
CERTINFO_NS_CAPOLICYURL
public static final int CERTINFO_NS_CAPOLICYURL
- See Also:
- Constant Field Values
-
CERTINFO_NS_SSLSERVERNAME
public static final int CERTINFO_NS_SSLSERVERNAME
- See Also:
- Constant Field Values
-
CERTINFO_NS_COMMENT
public static final int CERTINFO_NS_COMMENT
- See Also:
- Constant Field Values
-
CERTINFO_SET_HASHEDROOTKEY
public static final int CERTINFO_SET_HASHEDROOTKEY
- See Also:
- Constant Field Values
-
CERTINFO_SET_ROOTKEYTHUMBPRINT
public static final int CERTINFO_SET_ROOTKEYTHUMBPRINT
- See Also:
- Constant Field Values
-
CERTINFO_SET_CERTIFICATETYPE
public static final int CERTINFO_SET_CERTIFICATETYPE
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTDATA
public static final int CERTINFO_SET_MERCHANTDATA
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERID
public static final int CERTINFO_SET_MERID
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERACQUIRERBIN
public static final int CERTINFO_SET_MERACQUIRERBIN
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTLANGUAGE
public static final int CERTINFO_SET_MERCHANTLANGUAGE
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTNAME
public static final int CERTINFO_SET_MERCHANTNAME
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTCITY
public static final int CERTINFO_SET_MERCHANTCITY
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTSTATEPROVINCE
public static final int CERTINFO_SET_MERCHANTSTATEPROVINCE
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTPOSTALCODE
public static final int CERTINFO_SET_MERCHANTPOSTALCODE
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCHANTCOUNTRYNAME
public static final int CERTINFO_SET_MERCHANTCOUNTRYNAME
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERCOUNTRY
public static final int CERTINFO_SET_MERCOUNTRY
- See Also:
- Constant Field Values
-
CERTINFO_SET_MERAUTHFLAG
public static final int CERTINFO_SET_MERAUTHFLAG
- See Also:
- Constant Field Values
-
CERTINFO_SET_CERTCARDREQUIRED
public static final int CERTINFO_SET_CERTCARDREQUIRED
- See Also:
- Constant Field Values
-
CERTINFO_SET_TUNNELING
public static final int CERTINFO_SET_TUNNELING
- See Also:
- Constant Field Values
-
CERTINFO_SET_TUNNELLING
public static final int CERTINFO_SET_TUNNELLING
- See Also:
- Constant Field Values
-
CERTINFO_SET_TUNNELINGFLAG
public static final int CERTINFO_SET_TUNNELINGFLAG
- See Also:
- Constant Field Values
-
CERTINFO_SET_TUNNELLINGFLAG
public static final int CERTINFO_SET_TUNNELLINGFLAG
- See Also:
- Constant Field Values
-
CERTINFO_SET_TUNNELINGALGID
public static final int CERTINFO_SET_TUNNELINGALGID
- See Also:
- Constant Field Values
-
CERTINFO_SET_TUNNELLINGALGID
public static final int CERTINFO_SET_TUNNELLINGALGID
- See Also:
- Constant Field Values
-
CERTINFO_CMS_CONTENTTYPE
public static final int CERTINFO_CMS_CONTENTTYPE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MESSAGEDIGEST
public static final int CERTINFO_CMS_MESSAGEDIGEST
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGTIME
public static final int CERTINFO_CMS_SIGNINGTIME
- See Also:
- Constant Field Values
-
CERTINFO_CMS_COUNTERSIGNATURE
public static final int CERTINFO_CMS_COUNTERSIGNATURE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGDESCRIPTION
public static final int CERTINFO_CMS_SIGNINGDESCRIPTION
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAPABILITIES
public static final int CERTINFO_CMS_SMIMECAPABILITIES
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_3DES
public static final int CERTINFO_CMS_SMIMECAP_3DES
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_AES
public static final int CERTINFO_CMS_SMIMECAP_AES
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_CAST128
public static final int CERTINFO_CMS_SMIMECAP_CAST128
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_SHAng
public static final int CERTINFO_CMS_SMIMECAP_SHAng
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_SHA2
public static final int CERTINFO_CMS_SMIMECAP_SHA2
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_SHA1
public static final int CERTINFO_CMS_SMIMECAP_SHA1
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_HMAC_SHAng
public static final int CERTINFO_CMS_SMIMECAP_HMAC_SHAng
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_HMAC_SHA2
public static final int CERTINFO_CMS_SMIMECAP_HMAC_SHA2
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_HMAC_SHA1
public static final int CERTINFO_CMS_SMIMECAP_HMAC_SHA1
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_AUTHENC256
public static final int CERTINFO_CMS_SMIMECAP_AUTHENC256
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_AUTHENC128
public static final int CERTINFO_CMS_SMIMECAP_AUTHENC128
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_RSA_SHAng
public static final int CERTINFO_CMS_SMIMECAP_RSA_SHAng
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_RSA_SHA2
public static final int CERTINFO_CMS_SMIMECAP_RSA_SHA2
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_RSA_SHA1
public static final int CERTINFO_CMS_SMIMECAP_RSA_SHA1
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_DSA_SHA1
public static final int CERTINFO_CMS_SMIMECAP_DSA_SHA1
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_ECDSA_SHAng
public static final int CERTINFO_CMS_SMIMECAP_ECDSA_SHAng
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_ECDSA_SHA2
public static final int CERTINFO_CMS_SMIMECAP_ECDSA_SHA2
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_ECDSA_SHA1
public static final int CERTINFO_CMS_SMIMECAP_ECDSA_SHA1
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_PREFERSIGNEDDATA
public static final int CERTINFO_CMS_SMIMECAP_PREFERSIGNEDDATA
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_CANNOTDECRYPTANY
public static final int CERTINFO_CMS_SMIMECAP_CANNOTDECRYPTANY
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SMIMECAP_PREFERBINARYINSIDE
public static final int CERTINFO_CMS_SMIMECAP_PREFERBINARYINSIDE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_RECEIPTREQUEST
public static final int CERTINFO_CMS_RECEIPTREQUEST
- See Also:
- Constant Field Values
-
CERTINFO_CMS_RECEIPT_CONTENTIDENTIFIER
public static final int CERTINFO_CMS_RECEIPT_CONTENTIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_CMS_RECEIPT_FROM
public static final int CERTINFO_CMS_RECEIPT_FROM
- See Also:
- Constant Field Values
-
CERTINFO_CMS_RECEIPT_TO
public static final int CERTINFO_CMS_RECEIPT_TO
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SECURITYLABEL
public static final int CERTINFO_CMS_SECURITYLABEL
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SECLABEL_POLICY
public static final int CERTINFO_CMS_SECLABEL_POLICY
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SECLABEL_CLASSIFICATION
public static final int CERTINFO_CMS_SECLABEL_CLASSIFICATION
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SECLABEL_PRIVACYMARK
public static final int CERTINFO_CMS_SECLABEL_PRIVACYMARK
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SECLABEL_CATTYPE
public static final int CERTINFO_CMS_SECLABEL_CATTYPE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SECLABEL_CATVALUE
public static final int CERTINFO_CMS_SECLABEL_CATVALUE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MLEXPANSIONHISTORY
public static final int CERTINFO_CMS_MLEXPANSIONHISTORY
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MLEXP_ENTITYIDENTIFIER
public static final int CERTINFO_CMS_MLEXP_ENTITYIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MLEXP_TIME
public static final int CERTINFO_CMS_MLEXP_TIME
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MLEXP_NONE
public static final int CERTINFO_CMS_MLEXP_NONE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MLEXP_INSTEADOF
public static final int CERTINFO_CMS_MLEXP_INSTEADOF
- See Also:
- Constant Field Values
-
CERTINFO_CMS_MLEXP_INADDITIONTO
public static final int CERTINFO_CMS_MLEXP_INADDITIONTO
- See Also:
- Constant Field Values
-
CERTINFO_CMS_CONTENTHINTS
public static final int CERTINFO_CMS_CONTENTHINTS
- See Also:
- Constant Field Values
-
CERTINFO_CMS_CONTENTHINT_DESCRIPTION
public static final int CERTINFO_CMS_CONTENTHINT_DESCRIPTION
- See Also:
- Constant Field Values
-
CERTINFO_CMS_CONTENTHINT_TYPE
public static final int CERTINFO_CMS_CONTENTHINT_TYPE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_EQUIVALENTLABEL
public static final int CERTINFO_CMS_EQUIVALENTLABEL
- See Also:
- Constant Field Values
-
CERTINFO_CMS_EQVLABEL_POLICY
public static final int CERTINFO_CMS_EQVLABEL_POLICY
- See Also:
- Constant Field Values
-
CERTINFO_CMS_EQVLABEL_CLASSIFICATION
public static final int CERTINFO_CMS_EQVLABEL_CLASSIFICATION
- See Also:
- Constant Field Values
-
CERTINFO_CMS_EQVLABEL_PRIVACYMARK
public static final int CERTINFO_CMS_EQVLABEL_PRIVACYMARK
- See Also:
- Constant Field Values
-
CERTINFO_CMS_EQVLABEL_CATTYPE
public static final int CERTINFO_CMS_EQVLABEL_CATTYPE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_EQVLABEL_CATVALUE
public static final int CERTINFO_CMS_EQVLABEL_CATVALUE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGCERTIFICATE
public static final int CERTINFO_CMS_SIGNINGCERTIFICATE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGCERT_ESSCERTID
public static final int CERTINFO_CMS_SIGNINGCERT_ESSCERTID
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGCERT_POLICIES
public static final int CERTINFO_CMS_SIGNINGCERT_POLICIES
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGCERTIFICATEV2
public static final int CERTINFO_CMS_SIGNINGCERTIFICATEV2
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGCERTV2_ESSCERTIDV2
public static final int CERTINFO_CMS_SIGNINGCERTV2_ESSCERTIDV2
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNINGCERTV2_POLICIES
public static final int CERTINFO_CMS_SIGNINGCERTV2_POLICIES
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGNATUREPOLICYID
public static final int CERTINFO_CMS_SIGNATUREPOLICYID
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGPOLICYID
public static final int CERTINFO_CMS_SIGPOLICYID
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGPOLICYHASH
public static final int CERTINFO_CMS_SIGPOLICYHASH
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGPOLICY_CPSURI
public static final int CERTINFO_CMS_SIGPOLICY_CPSURI
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGPOLICY_ORGANIZATION
public static final int CERTINFO_CMS_SIGPOLICY_ORGANIZATION
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGPOLICY_NOTICENUMBERS
public static final int CERTINFO_CMS_SIGPOLICY_NOTICENUMBERS
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGPOLICY_EXPLICITTEXT
public static final int CERTINFO_CMS_SIGPOLICY_EXPLICITTEXT
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGTYPEIDENTIFIER
public static final int CERTINFO_CMS_SIGTYPEIDENTIFIER
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGTYPEID_ORIGINATORSIG
public static final int CERTINFO_CMS_SIGTYPEID_ORIGINATORSIG
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGTYPEID_DOMAINSIG
public static final int CERTINFO_CMS_SIGTYPEID_DOMAINSIG
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGTYPEID_ADDITIONALATTRIBUTES
public static final int CERTINFO_CMS_SIGTYPEID_ADDITIONALATTRIBUTES
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SIGTYPEID_REVIEWSIG
public static final int CERTINFO_CMS_SIGTYPEID_REVIEWSIG
- See Also:
- Constant Field Values
-
CERTINFO_CMS_NONCE
public static final int CERTINFO_CMS_NONCE
- See Also:
- Constant Field Values
-
CERTINFO_SCEP_MESSAGETYPE
public static final int CERTINFO_SCEP_MESSAGETYPE
- See Also:
- Constant Field Values
-
CERTINFO_SCEP_PKISTATUS
public static final int CERTINFO_SCEP_PKISTATUS
- See Also:
- Constant Field Values
-
CERTINFO_SCEP_FAILINFO
public static final int CERTINFO_SCEP_FAILINFO
- See Also:
- Constant Field Values
-
CERTINFO_SCEP_SENDERNONCE
public static final int CERTINFO_SCEP_SENDERNONCE
- See Also:
- Constant Field Values
-
CERTINFO_SCEP_RECIPIENTNONCE
public static final int CERTINFO_SCEP_RECIPIENTNONCE
- See Also:
- Constant Field Values
-
CERTINFO_SCEP_TRANSACTIONID
public static final int CERTINFO_SCEP_TRANSACTIONID
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCAGENCYINFO
public static final int CERTINFO_CMS_SPCAGENCYINFO
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCAGENCYURL
public static final int CERTINFO_CMS_SPCAGENCYURL
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCSTATEMENTTYPE
public static final int CERTINFO_CMS_SPCSTATEMENTTYPE
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCSTMT_INDIVIDUALCODESIGNING
public static final int CERTINFO_CMS_SPCSTMT_INDIVIDUALCODESIGNING
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCSTMT_COMMERCIALCODESIGNING
public static final int CERTINFO_CMS_SPCSTMT_COMMERCIALCODESIGNING
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCOPUSINFO
public static final int CERTINFO_CMS_SPCOPUSINFO
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCOPUSINFO_NAME
public static final int CERTINFO_CMS_SPCOPUSINFO_NAME
- See Also:
- Constant Field Values
-
CERTINFO_CMS_SPCOPUSINFO_URL
public static final int CERTINFO_CMS_SPCOPUSINFO_URL
- See Also:
- Constant Field Values
-
CERTINFO_LAST
public static final int CERTINFO_LAST
- See Also:
- Constant Field Values
-
KEYINFO_FIRST
public static final int KEYINFO_FIRST
- See Also:
- Constant Field Values
-
KEYINFO_QUERY
public static final int KEYINFO_QUERY
- See Also:
- Constant Field Values
-
KEYINFO_QUERY_REQUESTS
public static final int KEYINFO_QUERY_REQUESTS
- See Also:
- Constant Field Values
-
KEYINFO_LAST
public static final int KEYINFO_LAST
- See Also:
- Constant Field Values
-
DEVINFO_FIRST
public static final int DEVINFO_FIRST
- See Also:
- Constant Field Values
-
DEVINFO_INITIALISE
public static final int DEVINFO_INITIALISE
- See Also:
- Constant Field Values
-
DEVINFO_INITIALIZE
public static final int DEVINFO_INITIALIZE
- See Also:
- Constant Field Values
-
DEVINFO_AUTHENT_USER
public static final int DEVINFO_AUTHENT_USER
- See Also:
- Constant Field Values
-
DEVINFO_AUTHENT_SUPERVISOR
public static final int DEVINFO_AUTHENT_SUPERVISOR
- See Also:
- Constant Field Values
-
DEVINFO_SET_AUTHENT_USER
public static final int DEVINFO_SET_AUTHENT_USER
- See Also:
- Constant Field Values
-
DEVINFO_SET_AUTHENT_SUPERVISOR
public static final int DEVINFO_SET_AUTHENT_SUPERVISOR
- See Also:
- Constant Field Values
-
DEVINFO_ZEROISE
public static final int DEVINFO_ZEROISE
- See Also:
- Constant Field Values
-
DEVINFO_ZEROIZE
public static final int DEVINFO_ZEROIZE
- See Also:
- Constant Field Values
-
DEVINFO_LOGGEDIN
public static final int DEVINFO_LOGGEDIN
- See Also:
- Constant Field Values
-
DEVINFO_LABEL
public static final int DEVINFO_LABEL
- See Also:
- Constant Field Values
-
DEVINFO_LAST
public static final int DEVINFO_LAST
- See Also:
- Constant Field Values
-
ENVINFO_FIRST
public static final int ENVINFO_FIRST
- See Also:
- Constant Field Values
-
ENVINFO_DATASIZE
public static final int ENVINFO_DATASIZE
- See Also:
- Constant Field Values
-
ENVINFO_COMPRESSION
public static final int ENVINFO_COMPRESSION
- See Also:
- Constant Field Values
-
ENVINFO_CONTENTTYPE
public static final int ENVINFO_CONTENTTYPE
- See Also:
- Constant Field Values
-
ENVINFO_DETACHEDSIGNATURE
public static final int ENVINFO_DETACHEDSIGNATURE
- See Also:
- Constant Field Values
-
ENVINFO_SIGNATURE_RESULT
public static final int ENVINFO_SIGNATURE_RESULT
- See Also:
- Constant Field Values
-
ENVINFO_INTEGRITY
public static final int ENVINFO_INTEGRITY
- See Also:
- Constant Field Values
-
ENVINFO_PASSWORD
public static final int ENVINFO_PASSWORD
- See Also:
- Constant Field Values
-
ENVINFO_KEY
public static final int ENVINFO_KEY
- See Also:
- Constant Field Values
-
ENVINFO_SIGNATURE
public static final int ENVINFO_SIGNATURE
- See Also:
- Constant Field Values
-
ENVINFO_SIGNATURE_EXTRADATA
public static final int ENVINFO_SIGNATURE_EXTRADATA
- See Also:
- Constant Field Values
-
ENVINFO_RECIPIENT
public static final int ENVINFO_RECIPIENT
- See Also:
- Constant Field Values
-
ENVINFO_PUBLICKEY
public static final int ENVINFO_PUBLICKEY
- See Also:
- Constant Field Values
-
ENVINFO_PRIVATEKEY
public static final int ENVINFO_PRIVATEKEY
- See Also:
- Constant Field Values
-
ENVINFO_PRIVATEKEY_LABEL
public static final int ENVINFO_PRIVATEKEY_LABEL
- See Also:
- Constant Field Values
-
ENVINFO_ORIGINATOR
public static final int ENVINFO_ORIGINATOR
- See Also:
- Constant Field Values
-
ENVINFO_SESSIONKEY
public static final int ENVINFO_SESSIONKEY
- See Also:
- Constant Field Values
-
ENVINFO_HASH
public static final int ENVINFO_HASH
- See Also:
- Constant Field Values
-
ENVINFO_TIMESTAMP
public static final int ENVINFO_TIMESTAMP
- See Also:
- Constant Field Values
-
ENVINFO_KEYSET_SIGCHECK
public static final int ENVINFO_KEYSET_SIGCHECK
- See Also:
- Constant Field Values
-
ENVINFO_KEYSET_ENCRYPT
public static final int ENVINFO_KEYSET_ENCRYPT
- See Also:
- Constant Field Values
-
ENVINFO_KEYSET_DECRYPT
public static final int ENVINFO_KEYSET_DECRYPT
- See Also:
- Constant Field Values
-
ENVINFO_LAST
public static final int ENVINFO_LAST
- See Also:
- Constant Field Values
-
SESSINFO_FIRST
public static final int SESSINFO_FIRST
- See Also:
- Constant Field Values
-
SESSINFO_ACTIVE
public static final int SESSINFO_ACTIVE
- See Also:
- Constant Field Values
-
SESSINFO_CONNECTIONACTIVE
public static final int SESSINFO_CONNECTIONACTIVE
- See Also:
- Constant Field Values
-
SESSINFO_USERNAME
public static final int SESSINFO_USERNAME
- See Also:
- Constant Field Values
-
SESSINFO_PASSWORD
public static final int SESSINFO_PASSWORD
- See Also:
- Constant Field Values
-
SESSINFO_PRIVATEKEY
public static final int SESSINFO_PRIVATEKEY
- See Also:
- Constant Field Values
-
SESSINFO_KEYSET
public static final int SESSINFO_KEYSET
- See Also:
- Constant Field Values
-
SESSINFO_AUTHRESPONSE
public static final int SESSINFO_AUTHRESPONSE
- See Also:
- Constant Field Values
-
SESSINFO_SERVER_NAME
public static final int SESSINFO_SERVER_NAME
- See Also:
- Constant Field Values
-
SESSINFO_SERVER_PORT
public static final int SESSINFO_SERVER_PORT
- See Also:
- Constant Field Values
-
SESSINFO_SERVER_FINGERPRINT_SHA1
public static final int SESSINFO_SERVER_FINGERPRINT_SHA1
- See Also:
- Constant Field Values
-
SESSINFO_CLIENT_NAME
public static final int SESSINFO_CLIENT_NAME
- See Also:
- Constant Field Values
-
SESSINFO_CLIENT_PORT
public static final int SESSINFO_CLIENT_PORT
- See Also:
- Constant Field Values
-
SESSINFO_SESSION
public static final int SESSINFO_SESSION
- See Also:
- Constant Field Values
-
SESSINFO_NETWORKSOCKET
public static final int SESSINFO_NETWORKSOCKET
- See Also:
- Constant Field Values
-
SESSINFO_VERSION
public static final int SESSINFO_VERSION
- See Also:
- Constant Field Values
-
SESSINFO_REQUEST
public static final int SESSINFO_REQUEST
- See Also:
- Constant Field Values
-
SESSINFO_RESPONSE
public static final int SESSINFO_RESPONSE
- See Also:
- Constant Field Values
-
SESSINFO_CACERTIFICATE
public static final int SESSINFO_CACERTIFICATE
- See Also:
- Constant Field Values
-
SESSINFO_CMP_REQUESTTYPE
public static final int SESSINFO_CMP_REQUESTTYPE
- See Also:
- Constant Field Values
-
SESSINFO_CMP_PRIVKEYSET
public static final int SESSINFO_CMP_PRIVKEYSET
- See Also:
- Constant Field Values
-
SESSINFO_SSH_CHANNEL
public static final int SESSINFO_SSH_CHANNEL
- See Also:
- Constant Field Values
-
SESSINFO_SSH_CHANNEL_TYPE
public static final int SESSINFO_SSH_CHANNEL_TYPE
- See Also:
- Constant Field Values
-
SESSINFO_SSH_CHANNEL_ARG1
public static final int SESSINFO_SSH_CHANNEL_ARG1
- See Also:
- Constant Field Values
-
SESSINFO_SSH_CHANNEL_ARG2
public static final int SESSINFO_SSH_CHANNEL_ARG2
- See Also:
- Constant Field Values
-
SESSINFO_SSH_CHANNEL_ACTIVE
public static final int SESSINFO_SSH_CHANNEL_ACTIVE
- See Also:
- Constant Field Values
-
SESSINFO_SSL_OPTIONS
public static final int SESSINFO_SSL_OPTIONS
- See Also:
- Constant Field Values
-
SESSINFO_SSL_SUBPROTOCOL
public static final int SESSINFO_SSL_SUBPROTOCOL
- See Also:
- Constant Field Values
-
SESSINFO_SSL_WSPROTOCOL
public static final int SESSINFO_SSL_WSPROTOCOL
- See Also:
- Constant Field Values
-
SESSINFO_SSL_EAPCHALLENGE
public static final int SESSINFO_SSL_EAPCHALLENGE
- See Also:
- Constant Field Values
-
SESSINFO_SSL_EAPKEY
public static final int SESSINFO_SSL_EAPKEY
- See Also:
- Constant Field Values
-
SESSINFO_TSP_MSGIMPRINT
public static final int SESSINFO_TSP_MSGIMPRINT
- See Also:
- Constant Field Values
-
SESSINFO_LAST
public static final int SESSINFO_LAST
- See Also:
- Constant Field Values
-
USERINFO_FIRST
public static final int USERINFO_FIRST
- See Also:
- Constant Field Values
-
USERINFO_PASSWORD
public static final int USERINFO_PASSWORD
- See Also:
- Constant Field Values
-
USERINFO_CAKEY_CERTSIGN
public static final int USERINFO_CAKEY_CERTSIGN
- See Also:
- Constant Field Values
-
USERINFO_CAKEY_CRLSIGN
public static final int USERINFO_CAKEY_CRLSIGN
- See Also:
- Constant Field Values
-
USERINFO_CAKEY_RTCSSIGN
public static final int USERINFO_CAKEY_RTCSSIGN
- See Also:
- Constant Field Values
-
USERINFO_CAKEY_OCSPSIGN
public static final int USERINFO_CAKEY_OCSPSIGN
- See Also:
- Constant Field Values
-
USERINFO_LAST
public static final int USERINFO_LAST
- See Also:
- Constant Field Values
-
ATTRIBUTE_LAST
public static final int ATTRIBUTE_LAST
- See Also:
- Constant Field Values
-
KEYUSAGE_NONE
public static final int KEYUSAGE_NONE
* Attribute Subtypes and Related Values * *- See Also:
- Constant Field Values
-
KEYUSAGE_DIGITALSIGNATURE
public static final int KEYUSAGE_DIGITALSIGNATURE
- See Also:
- Constant Field Values
-
KEYUSAGE_NONREPUDIATION
public static final int KEYUSAGE_NONREPUDIATION
- See Also:
- Constant Field Values
-
KEYUSAGE_KEYENCIPHERMENT
public static final int KEYUSAGE_KEYENCIPHERMENT
- See Also:
- Constant Field Values
-
KEYUSAGE_DATAENCIPHERMENT
public static final int KEYUSAGE_DATAENCIPHERMENT
- See Also:
- Constant Field Values
-
KEYUSAGE_KEYAGREEMENT
public static final int KEYUSAGE_KEYAGREEMENT
- See Also:
- Constant Field Values
-
KEYUSAGE_KEYCERTSIGN
public static final int KEYUSAGE_KEYCERTSIGN
- See Also:
- Constant Field Values
-
KEYUSAGE_CRLSIGN
public static final int KEYUSAGE_CRLSIGN
- See Also:
- Constant Field Values
-
KEYUSAGE_ENCIPHERONLY
public static final int KEYUSAGE_ENCIPHERONLY
- See Also:
- Constant Field Values
-
KEYUSAGE_DECIPHERONLY
public static final int KEYUSAGE_DECIPHERONLY
- See Also:
- Constant Field Values
-
KEYUSAGE_LAST
public static final int KEYUSAGE_LAST
- See Also:
- Constant Field Values
-
CRLREASON_UNSPECIFIED
public static final int CRLREASON_UNSPECIFIED
- See Also:
- Constant Field Values
-
CRLREASON_KEYCOMPROMISE
public static final int CRLREASON_KEYCOMPROMISE
- See Also:
- Constant Field Values
-
CRLREASON_CACOMPROMISE
public static final int CRLREASON_CACOMPROMISE
- See Also:
- Constant Field Values
-
CRLREASON_AFFILIATIONCHANGED
public static final int CRLREASON_AFFILIATIONCHANGED
- See Also:
- Constant Field Values
-
CRLREASON_SUPERSEDED
public static final int CRLREASON_SUPERSEDED
- See Also:
- Constant Field Values
-
CRLREASON_CESSATIONOFOPERATION
public static final int CRLREASON_CESSATIONOFOPERATION
- See Also:
- Constant Field Values
-
CRLREASON_CERTIFICATEHOLD
public static final int CRLREASON_CERTIFICATEHOLD
- See Also:
- Constant Field Values
-
CRLREASON_REMOVEFROMCRL
public static final int CRLREASON_REMOVEFROMCRL
- See Also:
- Constant Field Values
-
CRLREASON_PRIVILEGEWITHDRAWN
public static final int CRLREASON_PRIVILEGEWITHDRAWN
- See Also:
- Constant Field Values
-
CRLREASON_AACOMPROMISE
public static final int CRLREASON_AACOMPROMISE
- See Also:
- Constant Field Values
-
CRLREASON_LAST
public static final int CRLREASON_LAST
- See Also:
- Constant Field Values
-
CRLREASON_NEVERVALID
public static final int CRLREASON_NEVERVALID
- See Also:
- Constant Field Values
-
CRLEXTREASON_LAST
public static final int CRLEXTREASON_LAST
- See Also:
- Constant Field Values
-
CRLREASONFLAG_UNUSED
public static final int CRLREASONFLAG_UNUSED
- See Also:
- Constant Field Values
-
CRLREASONFLAG_KEYCOMPROMISE
public static final int CRLREASONFLAG_KEYCOMPROMISE
- See Also:
- Constant Field Values
-
CRLREASONFLAG_CACOMPROMISE
public static final int CRLREASONFLAG_CACOMPROMISE
- See Also:
- Constant Field Values
-
CRLREASONFLAG_AFFILIATIONCHANGED
public static final int CRLREASONFLAG_AFFILIATIONCHANGED
- See Also:
- Constant Field Values
-
CRLREASONFLAG_SUPERSEDED
public static final int CRLREASONFLAG_SUPERSEDED
- See Also:
- Constant Field Values
-
CRLREASONFLAG_CESSATIONOFOPERATION
public static final int CRLREASONFLAG_CESSATIONOFOPERATION
- See Also:
- Constant Field Values
-
CRLREASONFLAG_CERTIFICATEHOLD
public static final int CRLREASONFLAG_CERTIFICATEHOLD
- See Also:
- Constant Field Values
-
CRLREASONFLAG_LAST
public static final int CRLREASONFLAG_LAST
- See Also:
- Constant Field Values
-
HOLDINSTRUCTION_NONE
public static final int HOLDINSTRUCTION_NONE
- See Also:
- Constant Field Values
-
HOLDINSTRUCTION_CALLISSUER
public static final int HOLDINSTRUCTION_CALLISSUER
- See Also:
- Constant Field Values
-
HOLDINSTRUCTION_REJECT
public static final int HOLDINSTRUCTION_REJECT
- See Also:
- Constant Field Values
-
HOLDINSTRUCTION_PICKUPTOKEN
public static final int HOLDINSTRUCTION_PICKUPTOKEN
- See Also:
- Constant Field Values
-
HOLDINSTRUCTION_LAST
public static final int HOLDINSTRUCTION_LAST
- See Also:
- Constant Field Values
-
COMPLIANCELEVEL_OBLIVIOUS
public static final int COMPLIANCELEVEL_OBLIVIOUS
- See Also:
- Constant Field Values
-
COMPLIANCELEVEL_REDUCED
public static final int COMPLIANCELEVEL_REDUCED
- See Also:
- Constant Field Values
-
COMPLIANCELEVEL_STANDARD
public static final int COMPLIANCELEVEL_STANDARD
- See Also:
- Constant Field Values
-
COMPLIANCELEVEL_PKIX_PARTIAL
public static final int COMPLIANCELEVEL_PKIX_PARTIAL
- See Also:
- Constant Field Values
-
COMPLIANCELEVEL_PKIX_FULL
public static final int COMPLIANCELEVEL_PKIX_FULL
- See Also:
- Constant Field Values
-
COMPLIANCELEVEL_LAST
public static final int COMPLIANCELEVEL_LAST
- See Also:
- Constant Field Values
-
NS_CERTTYPE_SSLCLIENT
public static final int NS_CERTTYPE_SSLCLIENT
- See Also:
- Constant Field Values
-
NS_CERTTYPE_SSLSERVER
public static final int NS_CERTTYPE_SSLSERVER
- See Also:
- Constant Field Values
-
NS_CERTTYPE_SMIME
public static final int NS_CERTTYPE_SMIME
- See Also:
- Constant Field Values
-
NS_CERTTYPE_OBJECTSIGNING
public static final int NS_CERTTYPE_OBJECTSIGNING
- See Also:
- Constant Field Values
-
NS_CERTTYPE_RESERVED
public static final int NS_CERTTYPE_RESERVED
- See Also:
- Constant Field Values
-
NS_CERTTYPE_SSLCA
public static final int NS_CERTTYPE_SSLCA
- See Also:
- Constant Field Values
-
NS_CERTTYPE_SMIMECA
public static final int NS_CERTTYPE_SMIMECA
- See Also:
- Constant Field Values
-
NS_CERTTYPE_OBJECTSIGNINGCA
public static final int NS_CERTTYPE_OBJECTSIGNINGCA
- See Also:
- Constant Field Values
-
NS_CERTTYPE_LAST
public static final int NS_CERTTYPE_LAST
- See Also:
- Constant Field Values
-
SET_CERTTYPE_CARD
public static final int SET_CERTTYPE_CARD
- See Also:
- Constant Field Values
-
SET_CERTTYPE_MER
public static final int SET_CERTTYPE_MER
- See Also:
- Constant Field Values
-
SET_CERTTYPE_PGWY
public static final int SET_CERTTYPE_PGWY
- See Also:
- Constant Field Values
-
SET_CERTTYPE_CCA
public static final int SET_CERTTYPE_CCA
- See Also:
- Constant Field Values
-
SET_CERTTYPE_MCA
public static final int SET_CERTTYPE_MCA
- See Also:
- Constant Field Values
-
SET_CERTTYPE_PCA
public static final int SET_CERTTYPE_PCA
- See Also:
- Constant Field Values
-
SET_CERTTYPE_GCA
public static final int SET_CERTTYPE_GCA
- See Also:
- Constant Field Values
-
SET_CERTTYPE_BCA
public static final int SET_CERTTYPE_BCA
- See Also:
- Constant Field Values
-
SET_CERTTYPE_RCA
public static final int SET_CERTTYPE_RCA
- See Also:
- Constant Field Values
-
SET_CERTTYPE_ACQ
public static final int SET_CERTTYPE_ACQ
- See Also:
- Constant Field Values
-
SET_CERTTYPE_LAST
public static final int SET_CERTTYPE_LAST
- See Also:
- Constant Field Values
-
CONTENT_NONE
public static final int CONTENT_NONE
- See Also:
- Constant Field Values
-
CONTENT_DATA
public static final int CONTENT_DATA
- See Also:
- Constant Field Values
-
CONTENT_SIGNEDDATA
public static final int CONTENT_SIGNEDDATA
- See Also:
- Constant Field Values
-
CONTENT_ENVELOPEDDATA
public static final int CONTENT_ENVELOPEDDATA
- See Also:
- Constant Field Values
-
CONTENT_SIGNEDANDENVELOPEDDATA
public static final int CONTENT_SIGNEDANDENVELOPEDDATA
- See Also:
- Constant Field Values
-
CONTENT_DIGESTEDDATA
public static final int CONTENT_DIGESTEDDATA
- See Also:
- Constant Field Values
-
CONTENT_ENCRYPTEDDATA
public static final int CONTENT_ENCRYPTEDDATA
- See Also:
- Constant Field Values
-
CONTENT_COMPRESSEDDATA
public static final int CONTENT_COMPRESSEDDATA
- See Also:
- Constant Field Values
-
CONTENT_AUTHDATA
public static final int CONTENT_AUTHDATA
- See Also:
- Constant Field Values
-
CONTENT_AUTHENVDATA
public static final int CONTENT_AUTHENVDATA
- See Also:
- Constant Field Values
-
CONTENT_TSTINFO
public static final int CONTENT_TSTINFO
- See Also:
- Constant Field Values
-
CONTENT_SPCINDIRECTDATACONTEXT
public static final int CONTENT_SPCINDIRECTDATACONTEXT
- See Also:
- Constant Field Values
-
CONTENT_RTCSREQUEST
public static final int CONTENT_RTCSREQUEST
- See Also:
- Constant Field Values
-
CONTENT_RTCSRESPONSE
public static final int CONTENT_RTCSRESPONSE
- See Also:
- Constant Field Values
-
CONTENT_RTCSRESPONSE_EXT
public static final int CONTENT_RTCSRESPONSE_EXT
- See Also:
- Constant Field Values
-
CONTENT_MRTD
public static final int CONTENT_MRTD
- See Also:
- Constant Field Values
-
CONTENT_LAST
public static final int CONTENT_LAST
- See Also:
- Constant Field Values
-
CLASSIFICATION_UNMARKED
public static final int CLASSIFICATION_UNMARKED
- See Also:
- Constant Field Values
-
CLASSIFICATION_UNCLASSIFIED
public static final int CLASSIFICATION_UNCLASSIFIED
- See Also:
- Constant Field Values
-
CLASSIFICATION_RESTRICTED
public static final int CLASSIFICATION_RESTRICTED
- See Also:
- Constant Field Values
-
CLASSIFICATION_CONFIDENTIAL
public static final int CLASSIFICATION_CONFIDENTIAL
- See Also:
- Constant Field Values
-
CLASSIFICATION_SECRET
public static final int CLASSIFICATION_SECRET
- See Also:
- Constant Field Values
-
CLASSIFICATION_TOP_SECRET
public static final int CLASSIFICATION_TOP_SECRET
- See Also:
- Constant Field Values
-
CLASSIFICATION_LAST
public static final int CLASSIFICATION_LAST
- See Also:
- Constant Field Values
-
CERTSTATUS_NONE
public static final int CERTSTATUS_NONE
- See Also:
- Constant Field Values
-
CERTSTATUS_VALID
public static final int CERTSTATUS_VALID
- See Also:
- Constant Field Values
-
CERTSTATUS_NOTVALID
public static final int CERTSTATUS_NOTVALID
- See Also:
- Constant Field Values
-
CERTSTATUS_NONAUTHORITATIVE
public static final int CERTSTATUS_NONAUTHORITATIVE
- See Also:
- Constant Field Values
-
CERTSTATUS_UNKNOWN
public static final int CERTSTATUS_UNKNOWN
- See Also:
- Constant Field Values
-
CERTSTATUS_LAST
public static final int CERTSTATUS_LAST
- See Also:
- Constant Field Values
-
OCSPSTATUS_NOTREVOKED
public static final int OCSPSTATUS_NOTREVOKED
- See Also:
- Constant Field Values
-
OCSPSTATUS_REVOKED
public static final int OCSPSTATUS_REVOKED
- See Also:
- Constant Field Values
-
OCSPSTATUS_UNKNOWN
public static final int OCSPSTATUS_UNKNOWN
- See Also:
- Constant Field Values
-
SIGNATURELEVEL_NONE
public static final int SIGNATURELEVEL_NONE
- See Also:
- Constant Field Values
-
SIGNATURELEVEL_SIGNERCERT
public static final int SIGNATURELEVEL_SIGNERCERT
- See Also:
- Constant Field Values
-
SIGNATURELEVEL_ALL
public static final int SIGNATURELEVEL_ALL
- See Also:
- Constant Field Values
-
SIGNATURELEVEL_LAST
public static final int SIGNATURELEVEL_LAST
- See Also:
- Constant Field Values
-
INTEGRITY_NONE
public static final int INTEGRITY_NONE
- See Also:
- Constant Field Values
-
INTEGRITY_MACONLY
public static final int INTEGRITY_MACONLY
- See Also:
- Constant Field Values
-
INTEGRITY_FULL
public static final int INTEGRITY_FULL
- See Also:
- Constant Field Values
-
CERTFORMAT_NONE
public static final int CERTFORMAT_NONE
- See Also:
- Constant Field Values
-
CERTFORMAT_CERTIFICATE
public static final int CERTFORMAT_CERTIFICATE
- See Also:
- Constant Field Values
-
CERTFORMAT_CERTCHAIN
public static final int CERTFORMAT_CERTCHAIN
- See Also:
- Constant Field Values
-
CERTFORMAT_TEXT_CERTIFICATE
public static final int CERTFORMAT_TEXT_CERTIFICATE
- See Also:
- Constant Field Values
-
CERTFORMAT_TEXT_CERTCHAIN
public static final int CERTFORMAT_TEXT_CERTCHAIN
- See Also:
- Constant Field Values
-
CERTFORMAT_XML_CERTIFICATE
public static final int CERTFORMAT_XML_CERTIFICATE
- See Also:
- Constant Field Values
-
CERTFORMAT_XML_CERTCHAIN
public static final int CERTFORMAT_XML_CERTCHAIN
- See Also:
- Constant Field Values
-
CERTFORMAT_LAST
public static final int CERTFORMAT_LAST
- See Also:
- Constant Field Values
-
REQUESTTYPE_NONE
public static final int REQUESTTYPE_NONE
- See Also:
- Constant Field Values
-
REQUESTTYPE_INITIALISATION
public static final int REQUESTTYPE_INITIALISATION
- See Also:
- Constant Field Values
-
REQUESTTYPE_INITIALIZATION
public static final int REQUESTTYPE_INITIALIZATION
- See Also:
- Constant Field Values
-
REQUESTTYPE_CERTIFICATE
public static final int REQUESTTYPE_CERTIFICATE
- See Also:
- Constant Field Values
-
REQUESTTYPE_KEYUPDATE
public static final int REQUESTTYPE_KEYUPDATE
- See Also:
- Constant Field Values
-
REQUESTTYPE_REVOCATION
public static final int REQUESTTYPE_REVOCATION
- See Also:
- Constant Field Values
-
REQUESTTYPE_PKIBOOT
public static final int REQUESTTYPE_PKIBOOT
- See Also:
- Constant Field Values
-
REQUESTTYPE_LAST
public static final int REQUESTTYPE_LAST
- See Also:
- Constant Field Values
-
KEYID_NONE
public static final int KEYID_NONE
- See Also:
- Constant Field Values
-
KEYID_NAME
public static final int KEYID_NAME
- See Also:
- Constant Field Values
-
KEYID_URI
public static final int KEYID_URI
- See Also:
- Constant Field Values
-
KEYID_EMAIL
public static final int KEYID_EMAIL
- See Also:
- Constant Field Values
-
KEYID_LAST
public static final int KEYID_LAST
- See Also:
- Constant Field Values
-
OBJECT_NONE
public static final int OBJECT_NONE
- See Also:
- Constant Field Values
-
OBJECT_ENCRYPTED_KEY
public static final int OBJECT_ENCRYPTED_KEY
- See Also:
- Constant Field Values
-
OBJECT_PKCENCRYPTED_KEY
public static final int OBJECT_PKCENCRYPTED_KEY
- See Also:
- Constant Field Values
-
OBJECT_KEYAGREEMENT
public static final int OBJECT_KEYAGREEMENT
- See Also:
- Constant Field Values
-
OBJECT_SIGNATURE
public static final int OBJECT_SIGNATURE
- See Also:
- Constant Field Values
-
OBJECT_LAST
public static final int OBJECT_LAST
- See Also:
- Constant Field Values
-
ERRTYPE_NONE
public static final int ERRTYPE_NONE
- See Also:
- Constant Field Values
-
ERRTYPE_ATTR_SIZE
public static final int ERRTYPE_ATTR_SIZE
- See Also:
- Constant Field Values
-
ERRTYPE_ATTR_VALUE
public static final int ERRTYPE_ATTR_VALUE
- See Also:
- Constant Field Values
-
ERRTYPE_ATTR_ABSENT
public static final int ERRTYPE_ATTR_ABSENT
- See Also:
- Constant Field Values
-
ERRTYPE_ATTR_PRESENT
public static final int ERRTYPE_ATTR_PRESENT
- See Also:
- Constant Field Values
-
ERRTYPE_CONSTRAINT
public static final int ERRTYPE_CONSTRAINT
- See Also:
- Constant Field Values
-
ERRTYPE_ISSUERCONSTRAINT
public static final int ERRTYPE_ISSUERCONSTRAINT
- See Also:
- Constant Field Values
-
ERRTYPE_LAST
public static final int ERRTYPE_LAST
- See Also:
- Constant Field Values
-
CERTACTION_NONE
public static final int CERTACTION_NONE
- See Also:
- Constant Field Values
-
CERTACTION_CREATE
public static final int CERTACTION_CREATE
- See Also:
- Constant Field Values
-
CERTACTION_CONNECT
public static final int CERTACTION_CONNECT
- See Also:
- Constant Field Values
-
CERTACTION_DISCONNECT
public static final int CERTACTION_DISCONNECT
- See Also:
- Constant Field Values
-
CERTACTION_ERROR
public static final int CERTACTION_ERROR
- See Also:
- Constant Field Values
-
CERTACTION_ADDUSER
public static final int CERTACTION_ADDUSER
- See Also:
- Constant Field Values
-
CERTACTION_DELETEUSER
public static final int CERTACTION_DELETEUSER
- See Also:
- Constant Field Values
-
CERTACTION_REQUEST_CERT
public static final int CERTACTION_REQUEST_CERT
- See Also:
- Constant Field Values
-
CERTACTION_REQUEST_RENEWAL
public static final int CERTACTION_REQUEST_RENEWAL
- See Also:
- Constant Field Values
-
CERTACTION_REQUEST_REVOCATION
public static final int CERTACTION_REQUEST_REVOCATION
- See Also:
- Constant Field Values
-
CERTACTION_CERT_CREATION
public static final int CERTACTION_CERT_CREATION
- See Also:
- Constant Field Values
-
CERTACTION_CERT_CREATION_COMPLETE
public static final int CERTACTION_CERT_CREATION_COMPLETE
- See Also:
- Constant Field Values
-
CERTACTION_CERT_CREATION_DROP
public static final int CERTACTION_CERT_CREATION_DROP
- See Also:
- Constant Field Values
-
CERTACTION_CERT_CREATION_REVERSE
public static final int CERTACTION_CERT_CREATION_REVERSE
- See Also:
- Constant Field Values
-
CERTACTION_RESTART_CLEANUP
public static final int CERTACTION_RESTART_CLEANUP
- See Also:
- Constant Field Values
-
CERTACTION_RESTART_REVOKE_CERT
public static final int CERTACTION_RESTART_REVOKE_CERT
- See Also:
- Constant Field Values
-
CERTACTION_ISSUE_CERT
public static final int CERTACTION_ISSUE_CERT
- See Also:
- Constant Field Values
-
CERTACTION_ISSUE_CRL
public static final int CERTACTION_ISSUE_CRL
- See Also:
- Constant Field Values
-
CERTACTION_REVOKE_CERT
public static final int CERTACTION_REVOKE_CERT
- See Also:
- Constant Field Values
-
CERTACTION_EXPIRE_CERT
public static final int CERTACTION_EXPIRE_CERT
- See Also:
- Constant Field Values
-
CERTACTION_CLEANUP
public static final int CERTACTION_CLEANUP
- See Also:
- Constant Field Values
-
CERTACTION_LAST
public static final int CERTACTION_LAST
- See Also:
- Constant Field Values
-
SUBPROTOCOL_NONE
public static final int SUBPROTOCOL_NONE
- See Also:
- Constant Field Values
-
SUBPROTOCOL_WEBSOCKETS
public static final int SUBPROTOCOL_WEBSOCKETS
- See Also:
- Constant Field Values
-
SUBPROTOCOL_EAPTTLS
public static final int SUBPROTOCOL_EAPTTLS
- See Also:
- Constant Field Values
-
SUBPROTOCOL_LAST
public static final int SUBPROTOCOL_LAST
- See Also:
- Constant Field Values
-
SSLOPTION_NONE
public static final int SSLOPTION_NONE
- See Also:
- Constant Field Values
-
SSLOPTION_MINVER_SSLV3
public static final int SSLOPTION_MINVER_SSLV3
- See Also:
- Constant Field Values
-
SSLOPTION_MINVER_TLS10
public static final int SSLOPTION_MINVER_TLS10
- See Also:
- Constant Field Values
-
SSLOPTION_MINVER_TLS11
public static final int SSLOPTION_MINVER_TLS11
- See Also:
- Constant Field Values
-
SSLOPTION_MINVER_TLS12
public static final int SSLOPTION_MINVER_TLS12
- See Also:
- Constant Field Values
-
SSLOPTION_MINVER_TLS13
public static final int SSLOPTION_MINVER_TLS13
- See Also:
- Constant Field Values
-
SSLOPTION_MANUAL_CERTCHECK
public static final int SSLOPTION_MANUAL_CERTCHECK
- See Also:
- Constant Field Values
-
SSLOPTION_DISABLE_NAMEVERIFY
public static final int SSLOPTION_DISABLE_NAMEVERIFY
- See Also:
- Constant Field Values
-
SSLOPTION_DISABLE_CERTVERIFY
public static final int SSLOPTION_DISABLE_CERTVERIFY
- See Also:
- Constant Field Values
-
SSLOPTION_SUITEB_128
public static final int SSLOPTION_SUITEB_128
- See Also:
- Constant Field Values
-
SSLOPTION_SUITEB_256
public static final int SSLOPTION_SUITEB_256
- See Also:
- Constant Field Values
-
MAX_KEYSIZE
public static final int MAX_KEYSIZE
* General Constants * *- See Also:
- Constant Field Values
-
MAX_IVSIZE
public static final int MAX_IVSIZE
- See Also:
- Constant Field Values
-
MAX_PKCSIZE
public static final int MAX_PKCSIZE
- See Also:
- Constant Field Values
-
MAX_PKCSIZE_ECC
public static final int MAX_PKCSIZE_ECC
- See Also:
- Constant Field Values
-
MAX_HASHSIZE
public static final int MAX_HASHSIZE
- See Also:
- Constant Field Values
-
MAX_TEXTSIZE
public static final int MAX_TEXTSIZE
- See Also:
- Constant Field Values
-
USE_DEFAULT
public static final int USE_DEFAULT
- See Also:
- Constant Field Values
-
UNUSED
public static final int UNUSED
- See Also:
- Constant Field Values
-
CURSOR_FIRST
public static final int CURSOR_FIRST
- See Also:
- Constant Field Values
-
CURSOR_PREVIOUS
public static final int CURSOR_PREVIOUS
- See Also:
- Constant Field Values
-
CURSOR_NEXT
public static final int CURSOR_NEXT
- See Also:
- Constant Field Values
-
CURSOR_LAST
public static final int CURSOR_LAST
- See Also:
- Constant Field Values
-
RANDOM_FASTPOLL
public static final int RANDOM_FASTPOLL
- See Also:
- Constant Field Values
-
RANDOM_SLOWPOLL
public static final int RANDOM_SLOWPOLL
- See Also:
- Constant Field Values
-
KEYTYPE_PRIVATE
public static final int KEYTYPE_PRIVATE
- See Also:
- Constant Field Values
-
KEYTYPE_PUBLIC
public static final int KEYTYPE_PUBLIC
- See Also:
- Constant Field Values
-
KEYOPT_NONE
public static final int KEYOPT_NONE
- See Also:
- Constant Field Values
-
KEYOPT_READONLY
public static final int KEYOPT_READONLY
- See Also:
- Constant Field Values
-
KEYOPT_CREATE
public static final int KEYOPT_CREATE
- See Also:
- Constant Field Values
-
KEYOPT_LAST
public static final int KEYOPT_LAST
- See Also:
- Constant Field Values
-
ECCCURVE_NONE
public static final int ECCCURVE_NONE
* Encryption Data Structures * *- See Also:
- Constant Field Values
-
ECCCURVE_P256
public static final int ECCCURVE_P256
- See Also:
- Constant Field Values
-
ECCCURVE_P384
public static final int ECCCURVE_P384
- See Also:
- Constant Field Values
-
ECCCURVE_P521
public static final int ECCCURVE_P521
- See Also:
- Constant Field Values
-
ECCCURVE_LAST
public static final int ECCCURVE_LAST
- See Also:
- Constant Field Values
-
OK
public static final int OK
* Status Codes * *- See Also:
- Constant Field Values
-
ERROR_PARAM1
public static final int ERROR_PARAM1
- See Also:
- Constant Field Values
-
ERROR_PARAM2
public static final int ERROR_PARAM2
- See Also:
- Constant Field Values
-
ERROR_PARAM3
public static final int ERROR_PARAM3
- See Also:
- Constant Field Values
-
ERROR_PARAM4
public static final int ERROR_PARAM4
- See Also:
- Constant Field Values
-
ERROR_PARAM5
public static final int ERROR_PARAM5
- See Also:
- Constant Field Values
-
ERROR_PARAM6
public static final int ERROR_PARAM6
- See Also:
- Constant Field Values
-
ERROR_PARAM7
public static final int ERROR_PARAM7
- See Also:
- Constant Field Values
-
ERROR_MEMORY
public static final int ERROR_MEMORY
- See Also:
- Constant Field Values
-
ERROR_NOTINITED
public static final int ERROR_NOTINITED
- See Also:
- Constant Field Values
-
ERROR_INITED
public static final int ERROR_INITED
- See Also:
- Constant Field Values
-
ERROR_NOSECURE
public static final int ERROR_NOSECURE
- See Also:
- Constant Field Values
-
ERROR_RANDOM
public static final int ERROR_RANDOM
- See Also:
- Constant Field Values
-
ERROR_FAILED
public static final int ERROR_FAILED
- See Also:
- Constant Field Values
-
ERROR_INTERNAL
public static final int ERROR_INTERNAL
- See Also:
- Constant Field Values
-
ERROR_NOTAVAIL
public static final int ERROR_NOTAVAIL
- See Also:
- Constant Field Values
-
ERROR_PERMISSION
public static final int ERROR_PERMISSION
- See Also:
- Constant Field Values
-
ERROR_WRONGKEY
public static final int ERROR_WRONGKEY
- See Also:
- Constant Field Values
-
ERROR_INCOMPLETE
public static final int ERROR_INCOMPLETE
- See Also:
- Constant Field Values
-
ERROR_COMPLETE
public static final int ERROR_COMPLETE
- See Also:
- Constant Field Values
-
ERROR_TIMEOUT
public static final int ERROR_TIMEOUT
- See Also:
- Constant Field Values
-
ERROR_INVALID
public static final int ERROR_INVALID
- See Also:
- Constant Field Values
-
ERROR_SIGNALLED
public static final int ERROR_SIGNALLED
- See Also:
- Constant Field Values
-
ERROR_OVERFLOW
public static final int ERROR_OVERFLOW
- See Also:
- Constant Field Values
-
ERROR_UNDERFLOW
public static final int ERROR_UNDERFLOW
- See Also:
- Constant Field Values
-
ERROR_BADDATA
public static final int ERROR_BADDATA
- See Also:
- Constant Field Values
-
ERROR_SIGNATURE
public static final int ERROR_SIGNATURE
- See Also:
- Constant Field Values
-
ERROR_OPEN
public static final int ERROR_OPEN
- See Also:
- Constant Field Values
-
ERROR_READ
public static final int ERROR_READ
- See Also:
- Constant Field Values
-
ERROR_WRITE
public static final int ERROR_WRITE
- See Also:
- Constant Field Values
-
ERROR_NOTFOUND
public static final int ERROR_NOTFOUND
- See Also:
- Constant Field Values
-
ERROR_DUPLICATE
public static final int ERROR_DUPLICATE
- See Also:
- Constant Field Values
-
ENVELOPE_RESOURCE
public static final int ENVELOPE_RESOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
Init
public static void Init() throws CryptException
* General Functions * *- Throws:
CryptException
-
End
public static void End() throws CryptException
- Throws:
CryptException
-
QueryCapability
public static CRYPT_QUERY_INFO QueryCapability(int cryptAlgo) throws CryptException
- Throws:
CryptException
-
CreateContext
public static int CreateContext(int cryptUser, int cryptAlgo) throws CryptException
- Throws:
CryptException
-
DestroyContext
public static void DestroyContext(int cryptContext) throws CryptException
- Throws:
CryptException
-
DestroyObject
public static void DestroyObject(int cryptObject) throws CryptException
- Throws:
CryptException
-
GenerateKey
public static void GenerateKey(int cryptContext) throws CryptException
- Throws:
CryptException
-
Encrypt
public static void Encrypt(int cryptContext, java.nio.ByteBuffer buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
Encrypt
public static void Encrypt(int cryptContext, byte[] buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
Encrypt
public static void Encrypt(int cryptContext, java.nio.ByteBuffer buffer) throws CryptException
- Throws:
CryptException
-
Encrypt
public static void Encrypt(int cryptContext, byte[] buffer) throws CryptException
- Throws:
CryptException
-
Decrypt
public static void Decrypt(int cryptContext, java.nio.ByteBuffer buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
Decrypt
public static void Decrypt(int cryptContext, byte[] buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
Decrypt
public static void Decrypt(int cryptContext, java.nio.ByteBuffer buffer) throws CryptException
- Throws:
CryptException
-
Decrypt
public static void Decrypt(int cryptContext, byte[] buffer) throws CryptException
- Throws:
CryptException
-
SetAttribute
public static void SetAttribute(int cryptHandle, int attributeType, int value) throws CryptException
- Throws:
CryptException
-
SetAttributeString
public static void SetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value, int valueOffset, int valueLength) throws CryptException
- Throws:
CryptException
-
SetAttributeString
public static void SetAttributeString(int cryptHandle, int attributeType, byte[] value, int valueOffset, int valueLength) throws CryptException
- Throws:
CryptException
-
SetAttributeString
public static void SetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value) throws CryptException
- Throws:
CryptException
-
SetAttributeString
public static void SetAttributeString(int cryptHandle, int attributeType, byte[] value) throws CryptException
- Throws:
CryptException
-
SetAttributeString
public static void SetAttributeString(int cryptHandle, int attributeType, java.lang.String value) throws CryptException
- Throws:
CryptException
-
GetAttribute
public static int GetAttribute(int cryptHandle, int attributeType) throws CryptException
- Throws:
CryptException
-
GetAttributeString
public static int GetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value, int valueOffset) throws CryptException
- Throws:
CryptException
-
GetAttributeString
public static int GetAttributeString(int cryptHandle, int attributeType, byte[] value, int valueOffset) throws CryptException
- Throws:
CryptException
-
GetAttributeString
public static int GetAttributeString(int cryptHandle, int attributeType, java.nio.ByteBuffer value) throws CryptException
- Throws:
CryptException
-
GetAttributeString
public static int GetAttributeString(int cryptHandle, int attributeType, byte[] value) throws CryptException
- Throws:
CryptException
-
GetAttributeString
public static java.lang.String GetAttributeString(int cryptHandle, int attributeType) throws CryptException
- Throws:
CryptException
-
DeleteAttribute
public static void DeleteAttribute(int cryptHandle, int attributeType) throws CryptException
- Throws:
CryptException
-
AddRandom
public static void AddRandom(java.nio.ByteBuffer randomData, int randomDataOffset, int randomDataLength) throws CryptException
- Throws:
CryptException
-
AddRandom
public static void AddRandom(byte[] randomData, int randomDataOffset, int randomDataLength) throws CryptException
- Throws:
CryptException
-
AddRandom
public static void AddRandom(java.nio.ByteBuffer randomData) throws CryptException
- Throws:
CryptException
-
AddRandom
public static void AddRandom(byte[] randomData) throws CryptException
- Throws:
CryptException
-
AddRandom
public static void AddRandom(java.lang.String randomData) throws CryptException
- Throws:
CryptException
-
AddRandom
public static void AddRandom(int pollType) throws CryptException
- Throws:
CryptException
-
QueryObject
public static CRYPT_OBJECT_INFO QueryObject(java.nio.ByteBuffer objectData, int objectDataOffset, int objectDataLength) throws CryptException
- Throws:
CryptException
-
QueryObject
public static CRYPT_OBJECT_INFO QueryObject(byte[] objectData, int objectDataOffset, int objectDataLength) throws CryptException
- Throws:
CryptException
-
QueryObject
public static CRYPT_OBJECT_INFO QueryObject(java.nio.ByteBuffer objectData) throws CryptException
- Throws:
CryptException
-
QueryObject
public static CRYPT_OBJECT_INFO QueryObject(byte[] objectData) throws CryptException
- Throws:
CryptException
-
QueryObject
public static CRYPT_OBJECT_INFO QueryObject(java.lang.String objectData) throws CryptException
- Throws:
CryptException
-
ExportKey
public static int ExportKey(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext) throws CryptException
* Mid-level Encryption Functions * *- Throws:
CryptException
-
ExportKey
public static int ExportKey(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ExportKey
public static int ExportKey(java.nio.ByteBuffer encryptedKey, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ExportKey
public static int ExportKey(byte[] encryptedKey, int encryptedKeyMaxLength, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ExportKeyEx
public static int ExportKeyEx(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ExportKeyEx
public static int ExportKeyEx(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ExportKeyEx
public static int ExportKeyEx(java.nio.ByteBuffer encryptedKey, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ExportKeyEx
public static int ExportKeyEx(byte[] encryptedKey, int encryptedKeyMaxLength, int formatType, int exportKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKey
public static void ImportKey(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKey
public static void ImportKey(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKey
public static void ImportKey(java.nio.ByteBuffer encryptedKey, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKey
public static void ImportKey(byte[] encryptedKey, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKey
public static void ImportKey(java.lang.String encryptedKey, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKeyEx
public static int ImportKeyEx(java.nio.ByteBuffer encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKeyEx
public static int ImportKeyEx(byte[] encryptedKey, int encryptedKeyOffset, int encryptedKeyLength, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKeyEx
public static int ImportKeyEx(java.nio.ByteBuffer encryptedKey, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKeyEx
public static int ImportKeyEx(byte[] encryptedKey, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
ImportKeyEx
public static int ImportKeyEx(java.lang.String encryptedKey, int importKey, int sessionKeyContext) throws CryptException
- Throws:
CryptException
-
CreateSignature
public static int CreateSignature(java.nio.ByteBuffer signature, int signatureOffset, int signatureMaxLength, int signContext, int hashContext) throws CryptException
- Throws:
CryptException
-
CreateSignature
public static int CreateSignature(byte[] signature, int signatureOffset, int signatureMaxLength, int signContext, int hashContext) throws CryptException
- Throws:
CryptException
-
CreateSignature
public static int CreateSignature(java.nio.ByteBuffer signature, int signatureMaxLength, int signContext, int hashContext) throws CryptException
- Throws:
CryptException
-
CreateSignature
public static int CreateSignature(byte[] signature, int signatureMaxLength, int signContext, int hashContext) throws CryptException
- Throws:
CryptException
-
CreateSignatureEx
public static int CreateSignatureEx(java.nio.ByteBuffer signature, int signatureOffset, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData) throws CryptException
- Throws:
CryptException
-
CreateSignatureEx
public static int CreateSignatureEx(byte[] signature, int signatureOffset, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData) throws CryptException
- Throws:
CryptException
-
CreateSignatureEx
public static int CreateSignatureEx(java.nio.ByteBuffer signature, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData) throws CryptException
- Throws:
CryptException
-
CreateSignatureEx
public static int CreateSignatureEx(byte[] signature, int signatureMaxLength, int formatType, int signContext, int hashContext, int extraData) throws CryptException
- Throws:
CryptException
-
CheckSignature
public static void CheckSignature(java.nio.ByteBuffer signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignature
public static void CheckSignature(byte[] signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignature
public static void CheckSignature(java.nio.ByteBuffer signature, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignature
public static void CheckSignature(byte[] signature, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignature
public static void CheckSignature(java.lang.String signature, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignatureEx
public static int CheckSignatureEx(java.nio.ByteBuffer signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignatureEx
public static int CheckSignatureEx(byte[] signature, int signatureOffset, int signatureLength, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignatureEx
public static int CheckSignatureEx(java.nio.ByteBuffer signature, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignatureEx
public static int CheckSignatureEx(byte[] signature, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
CheckSignatureEx
public static int CheckSignatureEx(java.lang.String signature, int sigCheckKey, int hashContext) throws CryptException
- Throws:
CryptException
-
KeysetOpen
public static int KeysetOpen(int cryptUser, int keysetType, java.lang.String name, int options) throws CryptException
* Keyset Functions * *- Throws:
CryptException
-
KeysetClose
public static void KeysetClose(int keyset) throws CryptException
- Throws:
CryptException
-
GetPublicKey
public static int GetPublicKey(int keyset, int keyIDtype, java.lang.String keyID) throws CryptException
- Throws:
CryptException
-
GetPrivateKey
public static int GetPrivateKey(int keyset, int keyIDtype, java.lang.String keyID, java.lang.String password) throws CryptException
- Throws:
CryptException
-
GetKey
public static int GetKey(int keyset, int keyIDtype, java.lang.String keyID, java.lang.String password) throws CryptException
- Throws:
CryptException
-
AddPublicKey
public static void AddPublicKey(int keyset, int certificate) throws CryptException
- Throws:
CryptException
-
AddPrivateKey
public static void AddPrivateKey(int keyset, int cryptKey, java.lang.String password) throws CryptException
- Throws:
CryptException
-
DeleteKey
public static void DeleteKey(int keyset, int keyIDtype, java.lang.String keyID) throws CryptException
- Throws:
CryptException
-
CreateCert
public static int CreateCert(int cryptUser, int certType) throws CryptException
* Certificate Functions * *- Throws:
CryptException
-
DestroyCert
public static void DestroyCert(int certificate) throws CryptException
- Throws:
CryptException
-
GetCertExtension
public static int GetCertExtension(int certificate, java.lang.String oid, java.nio.ByteBuffer extension, int extensionOffset, int extensionMaxLength) throws CryptException
- Throws:
CryptException
-
GetCertExtension
public static int GetCertExtension(int certificate, java.lang.String oid, byte[] extension, int extensionOffset, int extensionMaxLength) throws CryptException
- Throws:
CryptException
-
GetCertExtension
public static int GetCertExtension(int certificate, java.lang.String oid, java.nio.ByteBuffer extension, int extensionMaxLength) throws CryptException
- Throws:
CryptException
-
GetCertExtension
public static int GetCertExtension(int certificate, java.lang.String oid, byte[] extension, int extensionMaxLength) throws CryptException
- Throws:
CryptException
-
AddCertExtension
public static void AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, java.nio.ByteBuffer extension, int extensionOffset, int extensionLength) throws CryptException
- Throws:
CryptException
-
AddCertExtension
public static void AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, byte[] extension, int extensionOffset, int extensionLength) throws CryptException
- Throws:
CryptException
-
AddCertExtension
public static void AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, java.nio.ByteBuffer extension) throws CryptException
- Throws:
CryptException
-
AddCertExtension
public static void AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, byte[] extension) throws CryptException
- Throws:
CryptException
-
AddCertExtension
public static void AddCertExtension(int certificate, java.lang.String oid, int criticalFlag, java.lang.String extension) throws CryptException
- Throws:
CryptException
-
DeleteCertExtension
public static void DeleteCertExtension(int certificate, java.lang.String oid) throws CryptException
- Throws:
CryptException
-
SignCert
public static void SignCert(int certificate, int signContext) throws CryptException
- Throws:
CryptException
-
CheckCert
public static void CheckCert(int certificate, int sigCheckKey) throws CryptException
- Throws:
CryptException
-
ImportCert
public static int ImportCert(java.nio.ByteBuffer certObject, int certObjectOffset, int certObjectLength, int cryptUser) throws CryptException
- Throws:
CryptException
-
ImportCert
public static int ImportCert(byte[] certObject, int certObjectOffset, int certObjectLength, int cryptUser) throws CryptException
- Throws:
CryptException
-
ImportCert
public static int ImportCert(java.nio.ByteBuffer certObject, int cryptUser) throws CryptException
- Throws:
CryptException
-
ImportCert
public static int ImportCert(byte[] certObject, int cryptUser) throws CryptException
- Throws:
CryptException
-
ImportCert
public static int ImportCert(java.lang.String certObject, int cryptUser) throws CryptException
- Throws:
CryptException
-
ExportCert
public static int ExportCert(java.nio.ByteBuffer certObject, int certObjectOffset, int certObjectMaxLength, int certFormatType, int certificate) throws CryptException
- Throws:
CryptException
-
ExportCert
public static int ExportCert(byte[] certObject, int certObjectOffset, int certObjectMaxLength, int certFormatType, int certificate) throws CryptException
- Throws:
CryptException
-
ExportCert
public static int ExportCert(java.nio.ByteBuffer certObject, int certObjectMaxLength, int certFormatType, int certificate) throws CryptException
- Throws:
CryptException
-
ExportCert
public static int ExportCert(byte[] certObject, int certObjectMaxLength, int certFormatType, int certificate) throws CryptException
- Throws:
CryptException
-
CAAddItem
public static void CAAddItem(int keyset, int certificate) throws CryptException
- Throws:
CryptException
-
CAGetItem
public static int CAGetItem(int keyset, int certType, int keyIDtype, java.lang.String keyID) throws CryptException
- Throws:
CryptException
-
CADeleteItem
public static void CADeleteItem(int keyset, int certType, int keyIDtype, java.lang.String keyID) throws CryptException
- Throws:
CryptException
-
CACertManagement
public static int CACertManagement(int action, int keyset, int caKey, int certRequest) throws CryptException
- Throws:
CryptException
-
CreateEnvelope
public static int CreateEnvelope(int cryptUser, int formatType) throws CryptException
* Envelope and Session Functions * *- Throws:
CryptException
-
DestroyEnvelope
public static void DestroyEnvelope(int envelope) throws CryptException
- Throws:
CryptException
-
CreateSession
public static int CreateSession(int cryptUser, int formatType) throws CryptException
- Throws:
CryptException
-
DestroySession
public static void DestroySession(int session) throws CryptException
- Throws:
CryptException
-
PushData
public static int PushData(int envelope, java.nio.ByteBuffer buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
PushData
public static int PushData(int envelope, byte[] buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
PushData
public static int PushData(int envelope, java.nio.ByteBuffer buffer) throws CryptException
- Throws:
CryptException
-
PushData
public static int PushData(int envelope, byte[] buffer) throws CryptException
- Throws:
CryptException
-
PushData
public static int PushData(int envelope, java.lang.String buffer) throws CryptException
- Throws:
CryptException
-
FlushData
public static void FlushData(int envelope) throws CryptException
- Throws:
CryptException
-
PopData
public static int PopData(int envelope, java.nio.ByteBuffer buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
PopData
public static int PopData(int envelope, byte[] buffer, int bufferOffset, int length) throws CryptException
- Throws:
CryptException
-
PopData
public static int PopData(int envelope, java.nio.ByteBuffer buffer, int length) throws CryptException
- Throws:
CryptException
-
PopData
public static int PopData(int envelope, byte[] buffer, int length) throws CryptException
- Throws:
CryptException
-
DeviceOpen
public static int DeviceOpen(int cryptUser, int deviceType, java.lang.String name) throws CryptException
* Device Functions * *- Throws:
CryptException
-
DeviceClose
public static void DeviceClose(int device) throws CryptException
- Throws:
CryptException
-
DeviceQueryCapability
public static CRYPT_QUERY_INFO DeviceQueryCapability(int device, int cryptAlgo) throws CryptException
- Throws:
CryptException
-
DeviceCreateContext
public static int DeviceCreateContext(int device, int cryptAlgo) throws CryptException
- Throws:
CryptException
-
Login
public static int Login(java.lang.String name, java.lang.String password) throws CryptException
* User Management Functions * *- Throws:
CryptException
-
Logout
public static void Logout(int user) throws CryptException
- Throws:
CryptException
-
-