Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AddCertExtension(int, String, int, byte[]) - Static method in class cryptlib.crypt
- AddCertExtension(int, String, int, byte[], int, int) - Static method in class cryptlib.crypt
- AddCertExtension(int, String, int, String) - Static method in class cryptlib.crypt
- AddCertExtension(int, String, int, ByteBuffer) - Static method in class cryptlib.crypt
- AddCertExtension(int, String, int, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptAddCertExtension function is used to add a generic blob-type certificate extension to a certificate object.
- AddPrivateKey(int, int, String) - Static method in class cryptlib.crypt
-
The cryptAddPrivateKey function is used to add a user’s private key to a keyset.
- AddPublicKey(int, int) - Static method in class cryptlib.crypt
-
The cryptAddPublicKey function is used to add a user’s public key or certificate to a keyset.
- AddRandom(byte[]) - Static method in class cryptlib.crypt
- AddRandom(byte[], int, int) - Static method in class cryptlib.crypt
- AddRandom(int) - Static method in class cryptlib.crypt
- AddRandom(String) - Static method in class cryptlib.crypt
- AddRandom(ByteBuffer) - Static method in class cryptlib.crypt
- AddRandom(ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptAddRandom function is used to add random data to the internal random data pool maintained by cryptlib, or to tell cryptlib to poll the system for random information.
- ALGO_25519 - Static variable in class cryptlib.crypt
-
X25519
- ALGO_3DES - Static variable in class cryptlib.crypt
-
Triple DES
- ALGO_AES - Static variable in class cryptlib.crypt
-
AES
- ALGO_CAST - Static variable in class cryptlib.crypt
-
CAST-128 (only used for OpenPGP)
- ALGO_CHACHA20 - Static variable in class cryptlib.crypt
-
ChaCha20
- ALGO_DES - Static variable in class cryptlib.crypt
-
DES
- ALGO_DH - Static variable in class cryptlib.crypt
-
Diffie-Hellman
- ALGO_DSA - Static variable in class cryptlib.crypt
-
DSA
- ALGO_ECDH - Static variable in class cryptlib.crypt
-
ECDH
- ALGO_ECDSA - Static variable in class cryptlib.crypt
-
ECDSA
- ALGO_ED25519 - Static variable in class cryptlib.crypt
-
Ed25519
- ALGO_ELGAMAL - Static variable in class cryptlib.crypt
-
ElGamal
- ALGO_FIRST_CONVENTIONAL - Static variable in class cryptlib.crypt
-
-
- ALGO_FIRST_HASH - Static variable in class cryptlib.crypt
-
-
- ALGO_FIRST_MAC - Static variable in class cryptlib.crypt
-
-
- ALGO_FIRST_PKC - Static variable in class cryptlib.crypt
-
-
- ALGO_HMAC_SHA1 - Static variable in class cryptlib.crypt
-
HMAC-SHA
- ALGO_HMAC_SHA2 - Static variable in class cryptlib.crypt
-
HMAC-SHA2
- ALGO_HMAC_SHAng - Static variable in class cryptlib.crypt
-
HMAC-SHA-nextgen
- ALGO_IDEA - Static variable in class cryptlib.crypt
-
IDEA (only used for PGP 2.x)
- ALGO_LAST - Static variable in class cryptlib.crypt
-
Last possible crypt algo value
- ALGO_LAST_CONVENTIONAL - Static variable in class cryptlib.crypt
-
-
- ALGO_LAST_HASH - Static variable in class cryptlib.crypt
-
-
- ALGO_LAST_MAC - Static variable in class cryptlib.crypt
-
-
- ALGO_LAST_PKC - Static variable in class cryptlib.crypt
-
-
- ALGO_MD5 - Static variable in class cryptlib.crypt
-
MD5 (only used internally for TLS 1.0/1.1)
- ALGO_MLKEM - Static variable in class cryptlib.crypt
-
ML-KEM
- ALGO_NONE - Static variable in class cryptlib.crypt
-
No encryption
- ALGO_POLY1305 - Static variable in class cryptlib.crypt
-
Poly1305
- ALGO_RC2 - Static variable in class cryptlib.crypt
-
RC2 (disabled by default, used for PKCS #12)
- ALGO_RC4 - Static variable in class cryptlib.crypt
-
RC4 (insecure, disabled by default)
- ALGO_RESERVED1 - Static variable in class cryptlib.crypt
-
Formerly RC5
- ALGO_RESERVED2 - Static variable in class cryptlib.crypt
-
Formerly Blowfish
- ALGO_RESERVED3 - Static variable in class cryptlib.crypt
-
Formerly KEA
- ALGO_RESERVED4 - Static variable in class cryptlib.crypt
-
Formerly MD2
- ALGO_RESERVED5 - Static variable in class cryptlib.crypt
-
Formerly MD4
- ALGO_RESERVED6 - Static variable in class cryptlib.crypt
-
Formerly RIPE-MD 160
- ALGO_RESERVED7 - Static variable in class cryptlib.crypt
-
Formerly HMAC-MD5
- ALGO_RESERVED8 - Static variable in class cryptlib.crypt
-
Formerly HMAC-RIPEMD 160
- ALGO_RSA - Static variable in class cryptlib.crypt
-
RSA
- ALGO_SHA1 - Static variable in class cryptlib.crypt
-
SHA/SHA1
- ALGO_SHA2 - Static variable in class cryptlib.crypt
-
SHA-256
- ALGO_SHA256 - Static variable in class cryptlib.crypt
-
Alternate name
- ALGO_SHAng - Static variable in class cryptlib.crypt
-
Future SHA-nextgen standard
- algoName - Variable in class cryptlib.CRYPT_QUERY_INFO
- ATTRIBUTE_BUFFERSIZE - Static variable in class cryptlib.crypt
-
Internal data buffer size
- ATTRIBUTE_CURRENT - Static variable in class cryptlib.crypt
-
Cursor mgt: Entry in attribute list
- ATTRIBUTE_CURRENT_GROUP - Static variable in class cryptlib.crypt
-
Cursor mgt: Group in attribute list
- ATTRIBUTE_CURRENT_INSTANCE - Static variable in class cryptlib.crypt
-
Cursor mgt: Instance in attribute list
- ATTRIBUTE_ERRORLOCUS - Static variable in class cryptlib.crypt
-
Locus of last error
- ATTRIBUTE_ERRORMESSAGE - Static variable in class cryptlib.crypt
-
Detailed error description
- ATTRIBUTE_ERRORTYPE - Static variable in class cryptlib.crypt
-
Type of last error
- ATTRIBUTE_LAST - Static variable in class cryptlib.crypt
-
-
- ATTRIBUTE_NONE - Static variable in class cryptlib.crypt
-
Non-value
- Author: Peter Gutmann - Section in class cryptlib.crypt
B
- blockSize - Variable in class cryptlib.CRYPT_QUERY_INFO
C
- CAAddItem(int, int) - Static method in class cryptlib.crypt
-
The cryptCAAddItem function is used to add a certificate object to a certificate store.
- CACertManagement(int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptCACertManagement function is used to perform a CA certificate management operation such as a certificate issue, revocation, CRL issue, certificate expiry, or other operation with a certificate store.
- CADeleteItem(int, int, int, String) - Static method in class cryptlib.crypt
-
no function comment avaiilable
- CAGetItem(int, int, int, String) - Static method in class cryptlib.crypt
-
The cryptCAGetItem function is used to read a certificate object from a certificate store.
- CERTACTION_ADDUSER - Static variable in class cryptlib.crypt
-
Add PKI user
- CERTACTION_CERT_CREATION - Static variable in class cryptlib.crypt
-
Cert creation
- CERTACTION_CERT_CREATION_COMPLETE - Static variable in class cryptlib.crypt
-
Confirmation of cert creation
- CERTACTION_CERT_CREATION_DROP - Static variable in class cryptlib.crypt
-
Cancellation of cert creation
- CERTACTION_CERT_CREATION_REVERSE - Static variable in class cryptlib.crypt
-
Cancel of creation w.revocation
- CERTACTION_CLEANUP - Static variable in class cryptlib.crypt
-
Clean up on restart
- CERTACTION_CONNECT - Static variable in class cryptlib.crypt
-
Connect to cert store
- CERTACTION_CREATE - Static variable in class cryptlib.crypt
-
Create cert store
- CERTACTION_DELETEUSER - Static variable in class cryptlib.crypt
-
Delete PKI user
- CERTACTION_DISCONNECT - Static variable in class cryptlib.crypt
-
Disconnect from cert store
- CERTACTION_ERROR - Static variable in class cryptlib.crypt
-
Error information
- CERTACTION_EXPIRE_CERT - Static variable in class cryptlib.crypt
-
Cert expiry
- CERTACTION_ISSUE_CERT - Static variable in class cryptlib.crypt
-
Cert issue
- CERTACTION_ISSUE_CRL - Static variable in class cryptlib.crypt
-
CRL issue
- CERTACTION_LAST - Static variable in class cryptlib.crypt
-
Last possible cert store log action
- CERTACTION_NONE - Static variable in class cryptlib.crypt
-
No cert management action
- CERTACTION_REQUEST_CERT - Static variable in class cryptlib.crypt
-
Cert request
- CERTACTION_REQUEST_RENEWAL - Static variable in class cryptlib.crypt
-
Cert renewal request
- CERTACTION_REQUEST_REVOCATION - Static variable in class cryptlib.crypt
-
Cert revocation request
- CERTACTION_RESTART_CLEANUP - Static variable in class cryptlib.crypt
-
Delete reqs after restart
- CERTACTION_RESTART_REVOKE_CERT - Static variable in class cryptlib.crypt
-
Complete revocation after restart
- CERTACTION_REVOKE_CERT - Static variable in class cryptlib.crypt
-
Cert revocation
- CERTFORMAT_CERTCHAIN - Static variable in class cryptlib.crypt
-
PKCS #7 certificate chain
- CERTFORMAT_CERTIFICATE - Static variable in class cryptlib.crypt
-
DER-encoded certificate
- CERTFORMAT_LAST - Static variable in class cryptlib.crypt
-
Last possible cert.format type
- CERTFORMAT_NONE - Static variable in class cryptlib.crypt
-
No certificate format
- CERTFORMAT_TEXT_CERTCHAIN - Static variable in class cryptlib.crypt
-
base-64 wrapped cert chain
- CERTFORMAT_TEXT_CERTIFICATE - Static variable in class cryptlib.crypt
-
base-64 wrapped cert
- CERTFORMAT_XML_CERTCHAIN - Static variable in class cryptlib.crypt
-
XML wrapped cert chain
- CERTFORMAT_XML_CERTIFICATE - Static variable in class cryptlib.crypt
-
XML wrapped cert
- CERTINFO_AAISSUINGDIST_AACERTS - Static variable in class cryptlib.crypt
-
containsAACerts
- CERTINFO_AAISSUINGDIST_FULLNAME - Static variable in class cryptlib.crypt
-
distributionPointName.fullName
- CERTINFO_AAISSUINGDIST_INDIRECTCRL - Static variable in class cryptlib.crypt
-
indirectCRL
- CERTINFO_AAISSUINGDIST_SOACERTS - Static variable in class cryptlib.crypt
-
containsSOAPublicKeyCerts
- CERTINFO_AAISSUINGDIST_SOMEREASONSONLY - Static variable in class cryptlib.crypt
-
onlySomeReasons
- CERTINFO_AAISSUINGDIST_USERATTRCERTS - Static variable in class cryptlib.crypt
-
containsUserAttributeCerts
- CERTINFO_AAISSUINGDISTRIBUTIONPOINT - Static variable in class cryptlib.crypt
-
-
- CERTINFO_AUTHORITY - Static variable in class cryptlib.crypt
-
-
- CERTINFO_AUTHORITY_CERTISSUER - Static variable in class cryptlib.crypt
-
authorityCertIssuer
- CERTINFO_AUTHORITY_CERTSERIALNUMBER - Static variable in class cryptlib.crypt
-
authorityCertSerialNumber
- CERTINFO_AUTHORITY_KEYIDENTIFIER - Static variable in class cryptlib.crypt
-
keyIdentifier
- CERTINFO_AUTHORITYINFO_CAISSUERS - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_AUTHORITYINFO_CERTSTORE - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_AUTHORITYINFO_CRLS - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_AUTHORITYINFO_OCSP - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_AUTHORITYINFO_RTCS - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_AUTHORITYINFOACCESS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_AUTHORITYKEYIDENTIFIER - Static variable in class cryptlib.crypt
-
-
- CERTINFO_AUTONOMOUSSYSIDS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_AUTONOMOUSSYSIDS_ASNUM_ID - Static variable in class cryptlib.crypt
-
asNum.id
- CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MAX - Static variable in class cryptlib.crypt
-
asNum.max
- CERTINFO_AUTONOMOUSSYSIDS_ASNUM_MIN - Static variable in class cryptlib.crypt
-
asNum.min
- CERTINFO_BASEUPDATETIME - Static variable in class cryptlib.crypt
-
2 5 29 53 deltaInfo
- CERTINFO_BASICCONSTRAINTS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_BIOMETRICINFO - Static variable in class cryptlib.crypt
-
-
- CERTINFO_BIOMETRICINFO_HASH - Static variable in class cryptlib.crypt
-
biometricData.dataHash
- CERTINFO_BIOMETRICINFO_HASHALGO - Static variable in class cryptlib.crypt
-
biometricData.hashAlgorithm
- CERTINFO_BIOMETRICINFO_TYPE - Static variable in class cryptlib.crypt
-
biometricData.typeOfData
- CERTINFO_BIOMETRICINFO_URL - Static variable in class cryptlib.crypt
-
biometricData.sourceDataUri
- CERTINFO_CA - Static variable in class cryptlib.crypt
-
cA
- CERTINFO_CACERTIFICATE - Static variable in class cryptlib.crypt
-
CA certificate
- CERTINFO_CERTIFICATE - Static variable in class cryptlib.crypt
-
User certificate
- CERTINFO_CERTIFICATEISSUER - Static variable in class cryptlib.crypt
-
2 5 29 30 nameConstraints
- CERTINFO_CERTIFICATEPOLICIES - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CERTPOLICY_CPSURI - Static variable in class cryptlib.crypt
-
policyInformation.policyQualifiers.qualifier.cPSuri
- CERTINFO_CERTPOLICY_EXPLICITTEXT - Static variable in class cryptlib.crypt
-
policyInformation.policyQualifiers.qualifier.userNotice.explicitText
- CERTINFO_CERTPOLICY_NOTICENUMBERS - Static variable in class cryptlib.crypt
-
policyInformation.policyQualifiers.qualifier.userNotice.noticeRef.noticeNumbers
- CERTINFO_CERTPOLICY_ORGANIZATION - Static variable in class cryptlib.crypt
-
policyInformation.policyQualifiers.qualifier.userNotice.noticeRef.organization
- CERTINFO_CERTPOLICYID - Static variable in class cryptlib.crypt
-
policyInformation.policyIdentifier
- CERTINFO_CERTREQUEST - Static variable in class cryptlib.crypt
-
Cert.request (DN + public key)
- CERTINFO_CERTSTATUS - Static variable in class cryptlib.crypt
-
RTCS certificate status
- CERTINFO_CERTTYPE - Static variable in class cryptlib.crypt
-
Certificate object type
- CERTINFO_CHALLENGEPASSWORD - Static variable in class cryptlib.crypt
-
1 3 6 1 4 1 3029 3 1 4 cRLExtReason
- CERTINFO_CMS_ALGORITHMPROTECTION - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_ALGORITHMPROTECTION_HASH - Static variable in class cryptlib.crypt
-
Signer hash algorithm
- CERTINFO_CMS_ALGORITHMPROTECTION_MAC - Static variable in class cryptlib.crypt
-
Signer MAC algorithm
- CERTINFO_CMS_ALGORITHMPROTECTION_SIG - Static variable in class cryptlib.crypt
-
Signer sig.algorithm
- CERTINFO_CMS_CONTENTHINT_DESCRIPTION - Static variable in class cryptlib.crypt
-
contentDescription
- CERTINFO_CMS_CONTENTHINT_TYPE - Static variable in class cryptlib.crypt
-
contentType
- CERTINFO_CMS_CONTENTHINTS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_CONTENTTYPE - Static variable in class cryptlib.crypt
-
1 2 840 113549 1 9 4 messageDigest
- CERTINFO_CMS_COUNTERSIGNATURE - Static variable in class cryptlib.crypt
-
counterSignature
- CERTINFO_CMS_EQUIVALENTLABEL - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_EQVLABEL_CATTYPE - Static variable in class cryptlib.crypt
-
securityCategories.securityCategory.type
- CERTINFO_CMS_EQVLABEL_CATVALUE - Static variable in class cryptlib.crypt
-
securityCategories.securityCategory.value
- CERTINFO_CMS_EQVLABEL_CLASSIFICATION - Static variable in class cryptlib.crypt
-
securityClassification
- CERTINFO_CMS_EQVLABEL_POLICY - Static variable in class cryptlib.crypt
-
securityPolicyIdentifier
- CERTINFO_CMS_EQVLABEL_PRIVACYMARK - Static variable in class cryptlib.crypt
-
privacyMark
- CERTINFO_CMS_MESSAGEDIGEST - Static variable in class cryptlib.crypt
-
1 2 840 113549 1 9 5 signingTime
- CERTINFO_CMS_MLEXP_ENTITYIDENTIFIER - Static variable in class cryptlib.crypt
-
mlData.mailListIdentifier.issuerAndSerialNumber
- CERTINFO_CMS_MLEXP_INADDITIONTO - Static variable in class cryptlib.crypt
-
mlData.mlReceiptPolicy.inAdditionTo.generalNames.generalName
- CERTINFO_CMS_MLEXP_INSTEADOF - Static variable in class cryptlib.crypt
-
mlData.mlReceiptPolicy.insteadOf.generalNames.generalName
- CERTINFO_CMS_MLEXP_NONE - Static variable in class cryptlib.crypt
-
mlData.mlReceiptPolicy.none
- CERTINFO_CMS_MLEXP_TIME - Static variable in class cryptlib.crypt
-
mlData.expansionTime
- CERTINFO_CMS_MLEXPANSIONHISTORY - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_NONCE - Static variable in class cryptlib.crypt
-
randomNonce
- CERTINFO_CMS_RECEIPT_CONTENTIDENTIFIER - Static variable in class cryptlib.crypt
-
contentIdentifier
- CERTINFO_CMS_RECEIPT_FROM - Static variable in class cryptlib.crypt
-
receiptsFrom
- CERTINFO_CMS_RECEIPT_TO - Static variable in class cryptlib.crypt
-
receiptsTo
- CERTINFO_CMS_RECEIPTREQUEST - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SECLABEL_CATTYPE - Static variable in class cryptlib.crypt
-
securityCategories.securityCategory.type
- CERTINFO_CMS_SECLABEL_CATVALUE - Static variable in class cryptlib.crypt
-
securityCategories.securityCategory.value
- CERTINFO_CMS_SECLABEL_CLASSIFICATION - Static variable in class cryptlib.crypt
-
securityClassification
- CERTINFO_CMS_SECLABEL_POLICY - Static variable in class cryptlib.crypt
-
securityPolicyIdentifier
- CERTINFO_CMS_SECLABEL_PRIVACYMARK - Static variable in class cryptlib.crypt
-
privacyMark
- CERTINFO_CMS_SECURITYLABEL - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SIGNATUREPOLICYID - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SIGNINGCERT_ESSCERTID - Static variable in class cryptlib.crypt
-
certs.essCertID
- CERTINFO_CMS_SIGNINGCERT_POLICIES - Static variable in class cryptlib.crypt
-
policies.policyInformation.policyIdentifier
- CERTINFO_CMS_SIGNINGCERTIFICATE - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SIGNINGCERTIFICATEV2 - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SIGNINGCERTV2_ESSCERTIDV2 - Static variable in class cryptlib.crypt
-
certs.essCertID
- CERTINFO_CMS_SIGNINGCERTV2_POLICIES - Static variable in class cryptlib.crypt
-
policies.policyInformation.policyIdentifier
- CERTINFO_CMS_SIGNINGDESCRIPTION - Static variable in class cryptlib.crypt
-
1 2 840 113549 1 9 15 sMIMECapabilities
- CERTINFO_CMS_SIGNINGTIME - Static variable in class cryptlib.crypt
-
1 2 840 113549 1 9 6 counterSignature
- CERTINFO_CMS_SIGPOLICY_CPSURI - Static variable in class cryptlib.crypt
-
sigPolicyQualifiers.sigPolicyQualifier.cPSuri
- CERTINFO_CMS_SIGPOLICY_EXPLICITTEXT - Static variable in class cryptlib.crypt
-
sigPolicyQualifiers.sigPolicyQualifier.userNotice.explicitText
- CERTINFO_CMS_SIGPOLICY_NOTICENUMBERS - Static variable in class cryptlib.crypt
-
sigPolicyQualifiers.sigPolicyQualifier.userNotice.noticeRef.noticeNumbers
- CERTINFO_CMS_SIGPOLICY_ORGANIZATION - Static variable in class cryptlib.crypt
-
sigPolicyQualifiers.sigPolicyQualifier.userNotice.noticeRef.organization
- CERTINFO_CMS_SIGPOLICYHASH - Static variable in class cryptlib.crypt
-
sigPolicyHash
- CERTINFO_CMS_SIGPOLICYID - Static variable in class cryptlib.crypt
-
sigPolicyID
- CERTINFO_CMS_SIGTYPEID_ADDITIONALATTRIBUTES - Static variable in class cryptlib.crypt
-
additionalAttributesSig
- CERTINFO_CMS_SIGTYPEID_DOMAINSIG - Static variable in class cryptlib.crypt
-
domainSig
- CERTINFO_CMS_SIGTYPEID_ORIGINATORSIG - Static variable in class cryptlib.crypt
-
originatorSig
- CERTINFO_CMS_SIGTYPEID_REVIEWSIG - Static variable in class cryptlib.crypt
-
reviewSig
- CERTINFO_CMS_SIGTYPEIDENTIFIER - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SMIMECAP_3DES - Static variable in class cryptlib.crypt
-
3DES encryption
- CERTINFO_CMS_SMIMECAP_AES - Static variable in class cryptlib.crypt
-
AES encryption
- CERTINFO_CMS_SMIMECAP_AUTHENC128 - Static variable in class cryptlib.crypt
-
AuthEnc w.128-bit key
- CERTINFO_CMS_SMIMECAP_AUTHENC256 - Static variable in class cryptlib.crypt
-
AuthEnc w.256-bit key
- CERTINFO_CMS_SMIMECAP_CANNOTDECRYPTANY - Static variable in class cryptlib.crypt
-
canNotDecryptAny
- CERTINFO_CMS_SMIMECAP_CAST128 - Static variable in class cryptlib.crypt
-
CAST-128 encryption
- CERTINFO_CMS_SMIMECAP_DSA_SHA1 - Static variable in class cryptlib.crypt
-
DSA with SHA-1 signing
- CERTINFO_CMS_SMIMECAP_ECDSA_SHA1 - Static variable in class cryptlib.crypt
-
ECDSA with SHA-1 signing
- CERTINFO_CMS_SMIMECAP_ECDSA_SHA2 - Static variable in class cryptlib.crypt
-
ECDSA with SHA2-256 signing
- CERTINFO_CMS_SMIMECAP_ECDSA_SHAng - Static variable in class cryptlib.crypt
-
ECDSA with SHA-ng signing
- CERTINFO_CMS_SMIMECAP_HMAC_SHA1 - Static variable in class cryptlib.crypt
-
HMAC-SHA1 MAC
- CERTINFO_CMS_SMIMECAP_HMAC_SHA2 - Static variable in class cryptlib.crypt
-
HMAC-SHA2-256 MAC
- CERTINFO_CMS_SMIMECAP_HMAC_SHAng - Static variable in class cryptlib.crypt
-
HMAC-SHA2-ng MAC
- CERTINFO_CMS_SMIMECAP_PREFERBINARYINSIDE - Static variable in class cryptlib.crypt
-
preferBinaryInside
- CERTINFO_CMS_SMIMECAP_PREFERSIGNEDDATA - Static variable in class cryptlib.crypt
-
preferSignedData
- CERTINFO_CMS_SMIMECAP_RSA_SHA1 - Static variable in class cryptlib.crypt
-
RSA with SHA1 signing
- CERTINFO_CMS_SMIMECAP_RSA_SHA2 - Static variable in class cryptlib.crypt
-
RSA with SHA2-256 signing
- CERTINFO_CMS_SMIMECAP_RSA_SHAng - Static variable in class cryptlib.crypt
-
RSA with SHA-ng signing
- CERTINFO_CMS_SMIMECAP_SHA1 - Static variable in class cryptlib.crypt
-
SHA1 hash
- CERTINFO_CMS_SMIMECAP_SHA2 - Static variable in class cryptlib.crypt
-
SHA2-256 hash
- CERTINFO_CMS_SMIMECAP_SHAng - Static variable in class cryptlib.crypt
-
SHA2-ng hash
- CERTINFO_CMS_SMIMECAPABILITIES - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SPCAGENCYINFO - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SPCAGENCYURL - Static variable in class cryptlib.crypt
-
spcAgencyInfo.url
- CERTINFO_CMS_SPCOPUSINFO - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SPCOPUSINFO_NAME - Static variable in class cryptlib.crypt
-
spcOpusInfo.name
- CERTINFO_CMS_SPCOPUSINFO_URL - Static variable in class cryptlib.crypt
-
spcOpusInfo.url
- CERTINFO_CMS_SPCSTATEMENTTYPE - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CMS_SPCSTMT_COMMERCIALCODESIGNING - Static variable in class cryptlib.crypt
-
commercialCodeSigning
- CERTINFO_CMS_SPCSTMT_INDIVIDUALCODESIGNING - Static variable in class cryptlib.crypt
-
individualCodeSigning
- CERTINFO_COMMONNAME - Static variable in class cryptlib.crypt
-
commonName
- CERTINFO_COUNTRYNAME - Static variable in class cryptlib.crypt
-
countryName
- CERTINFO_CRLDIST_CRLISSUER - Static variable in class cryptlib.crypt
-
cRLIssuer
- CERTINFO_CRLDIST_FULLNAME - Static variable in class cryptlib.crypt
-
distributionPointName.fullName
- CERTINFO_CRLDIST_REASONS - Static variable in class cryptlib.crypt
-
reasons
- CERTINFO_CRLDISTRIBUTIONPOINT - Static variable in class cryptlib.crypt
-
-
- CERTINFO_CRLEXTREASON - Static variable in class cryptlib.crypt
-
1 3 6 1 4 1 3029 3 1 5 keyFeatures
- CERTINFO_CRLNUMBER - Static variable in class cryptlib.crypt
-
2 5 29 21 cRLReason
- CERTINFO_CRLREASON - Static variable in class cryptlib.crypt
-
2 5 29 23 holdInstructionCode
- CERTINFO_CRLSTREAMIDENTIFIER - Static variable in class cryptlib.crypt
-
2 5 29 46 freshestCRL
- CERTINFO_CURRENT_CERTIFICATE - Static variable in class cryptlib.crypt
-
Cursor mgt: Rel.pos in chain/CRL/OCSP
- CERTINFO_DELTACRLINDICATOR - Static variable in class cryptlib.crypt
-
2 5 29 28 issuingDistributionPoint
- CERTINFO_DELTAINFO - Static variable in class cryptlib.crypt
-
-
- CERTINFO_DELTAINFO_LOCATION - Static variable in class cryptlib.crypt
-
deltaLocation
- CERTINFO_DELTAINFO_NEXTDELTA - Static variable in class cryptlib.crypt
-
nextDelta
- CERTINFO_DIRECTORYNAME - Static variable in class cryptlib.crypt
-
directoryName
- CERTINFO_DN - Static variable in class cryptlib.crypt
-
Currently selected DN in string form
- CERTINFO_DNSNAME - Static variable in class cryptlib.crypt
-
dNSName
- CERTINFO_EDIPARTYNAME_NAMEASSIGNER - Static variable in class cryptlib.crypt
-
ediPartyName.nameAssigner
- CERTINFO_EDIPARTYNAME_PARTYNAME - Static variable in class cryptlib.crypt
-
ediPartyName.partyName
- CERTINFO_EMAIL - Static variable in class cryptlib.crypt
-
-
- CERTINFO_EXCLUDEDSUBTREES - Static variable in class cryptlib.crypt
-
excludedSubtrees
- CERTINFO_EXPIREDCERTSONCRL - Static variable in class cryptlib.crypt
-
2 5 29 63 aaIssuingDistributionPoint
- CERTINFO_EXTKEY_ANYKEYUSAGE - Static variable in class cryptlib.crypt
-
anyExtendedKeyUsage
- CERTINFO_EXTKEY_CLIENTAUTH - Static variable in class cryptlib.crypt
-
clientAuth
- CERTINFO_EXTKEY_CODESIGNING - Static variable in class cryptlib.crypt
-
codeSigning
- CERTINFO_EXTKEY_DIRECTORYSERVICE - Static variable in class cryptlib.crypt
-
directoryService
- CERTINFO_EXTKEY_EMAILPROTECTION - Static variable in class cryptlib.crypt
-
emailProtection
- CERTINFO_EXTKEY_IPSECENDSYSTEM - Static variable in class cryptlib.crypt
-
ipsecEndSystem
- CERTINFO_EXTKEY_IPSECTUNNEL - Static variable in class cryptlib.crypt
-
ipsecTunnel
- CERTINFO_EXTKEY_IPSECUSER - Static variable in class cryptlib.crypt
-
ipsecUser
- CERTINFO_EXTKEY_MS_CERTTRUSTLISTSIGNING - Static variable in class cryptlib.crypt
-
certTrustListSigning
- CERTINFO_EXTKEY_MS_COMMERCIALCODESIGNING - Static variable in class cryptlib.crypt
-
commercialCodeSigning
- CERTINFO_EXTKEY_MS_ENCRYPTEDFILESYSTEM - Static variable in class cryptlib.crypt
-
encrypedFileSystem
- CERTINFO_EXTKEY_MS_INDIVIDUALCODESIGNING - Static variable in class cryptlib.crypt
-
individualCodeSigning
- CERTINFO_EXTKEY_MS_SERVERGATEDCRYPTO - Static variable in class cryptlib.crypt
-
serverGatedCrypto
- CERTINFO_EXTKEY_MS_TIMESTAMPSIGNING - Static variable in class cryptlib.crypt
-
timeStampSigning
- CERTINFO_EXTKEY_NS_SERVERGATEDCRYPTO - Static variable in class cryptlib.crypt
-
serverGatedCrypto
- CERTINFO_EXTKEY_OCSPSIGNING - Static variable in class cryptlib.crypt
-
ocspSigning
- CERTINFO_EXTKEY_SERVERAUTH - Static variable in class cryptlib.crypt
-
serverAuth
- CERTINFO_EXTKEY_TIMESTAMPING - Static variable in class cryptlib.crypt
-
timeStamping
- CERTINFO_EXTKEY_VS_SERVERGATEDCRYPTO_CA - Static variable in class cryptlib.crypt
-
serverGatedCrypto CA
- CERTINFO_EXTKEYUSAGE - Static variable in class cryptlib.crypt
-
-
- CERTINFO_EXTKEYUSAGE_LAST - Static variable in class cryptlib.crypt
-
2 5 29 40 crlStreamIdentifier
- CERTINFO_FINGERPRINT_SHA1 - Static variable in class cryptlib.crypt
-
Certificate fingerprints
- CERTINFO_FINGERPRINT_SHA2 - Static variable in class cryptlib.crypt
-
-
- CERTINFO_FINGERPRINT_SHAng - Static variable in class cryptlib.crypt
-
-
- CERTINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- CERTINFO_FRESHESTCRL - Static variable in class cryptlib.crypt
-
-
- CERTINFO_FRESHESTCRL_CRLISSUER - Static variable in class cryptlib.crypt
-
cRLIssuer
- CERTINFO_FRESHESTCRL_FULLNAME - Static variable in class cryptlib.crypt
-
distributionPointName.fullName
- CERTINFO_FRESHESTCRL_REASONS - Static variable in class cryptlib.crypt
-
reasons
- CERTINFO_HOLDINSTRUCTIONCODE - Static variable in class cryptlib.crypt
-
2 5 29 24 invalidityDate
- CERTINFO_IMMUTABLE - Static variable in class cryptlib.crypt
-
Cert is signed and immutable
- CERTINFO_INHIBITANYPOLICY - Static variable in class cryptlib.crypt
-
2 5 29 58 toBeRevoked
- CERTINFO_INHIBITPOLICYMAPPING - Static variable in class cryptlib.crypt
-
policyConstraints.inhibitPolicyMapping
- CERTINFO_INVALIDITYDATE - Static variable in class cryptlib.crypt
-
2 5 29 27 deltaCRLIndicator
- CERTINFO_IPADDRESS - Static variable in class cryptlib.crypt
-
iPAddress
- CERTINFO_IPADDRESSBLOCKS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_IPADDRESSBLOCKS_ADDRESSFAMILY - Static variable in class cryptlib.crypt
-
addressFamily
- CERTINFO_IPADDRESSBLOCKS_MAX - Static variable in class cryptlib.crypt
-
ipAddress.addressRangeMax
- CERTINFO_IPADDRESSBLOCKS_MIN - Static variable in class cryptlib.crypt
-
ipAddress.addressRangeMin
- CERTINFO_IPADDRESSBLOCKS_PREFIX - Static variable in class cryptlib.crypt
-
ipAddress.addressPrefix
- CERTINFO_ISSUERALTNAME - Static variable in class cryptlib.crypt
-
2 5 29 19 basicConstraints
- CERTINFO_ISSUERDOMAINPOLICY - Static variable in class cryptlib.crypt
-
policyMappings.issuerDomainPolicy
- CERTINFO_ISSUERNAME - Static variable in class cryptlib.crypt
-
Issuer DN
- CERTINFO_ISSUERUNIQUEID - Static variable in class cryptlib.crypt
-
Issuer unique ID
- CERTINFO_ISSUINGDIST_CACERTSONLY - Static variable in class cryptlib.crypt
-
onlyContainsCACerts
- CERTINFO_ISSUINGDIST_FULLNAME - Static variable in class cryptlib.crypt
-
distributionPointName.fullName
- CERTINFO_ISSUINGDIST_INDIRECTCRL - Static variable in class cryptlib.crypt
-
indirectCRL
- CERTINFO_ISSUINGDIST_SOMEREASONSONLY - Static variable in class cryptlib.crypt
-
onlySomeReasons
- CERTINFO_ISSUINGDIST_USERCERTSONLY - Static variable in class cryptlib.crypt
-
onlyContainsUserCerts
- CERTINFO_ISSUINGDISTRIBUTIONPOINT - Static variable in class cryptlib.crypt
-
-
- CERTINFO_KEYFEATURES - Static variable in class cryptlib.crypt
-
1 3 6 1 5 5 7 1 1 authorityInfoAccess
- CERTINFO_KEYUSAGE - Static variable in class cryptlib.crypt
-
2 5 29 16 privateKeyUsagePeriod
- CERTINFO_LAST - Static variable in class cryptlib.crypt
-
-
- CERTINFO_LOCALITYNAME - Static variable in class cryptlib.crypt
-
localityName
- CERTINFO_NAMECONSTRAINTS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_NEXTUPDATE - Static variable in class cryptlib.crypt
-
CRL/OCSP next-update time
- CERTINFO_NS_BASEURL - Static variable in class cryptlib.crypt
-
netscape-base-url
- CERTINFO_NS_CAPOLICYURL - Static variable in class cryptlib.crypt
-
netscape-ca-policy-url
- CERTINFO_NS_CAREVOCATIONURL - Static variable in class cryptlib.crypt
-
netscape-ca-revocation-url
- CERTINFO_NS_CERTRENEWALURL - Static variable in class cryptlib.crypt
-
netscape-cert-renewal-url
- CERTINFO_NS_CERTTYPE - Static variable in class cryptlib.crypt
-
netscape-cert-type
- CERTINFO_NS_COMMENT - Static variable in class cryptlib.crypt
-
netscape-comment
- CERTINFO_NS_REVOCATIONURL - Static variable in class cryptlib.crypt
-
netscape-revocation-url
- CERTINFO_NS_SSLSERVERNAME - Static variable in class cryptlib.crypt
-
netscape-ssl-server-name
- CERTINFO_OCSP_ARCHIVECUTOFF - Static variable in class cryptlib.crypt
-
1 3 6 1 5 5 7 48 1 11 subjectInfoAccess
- CERTINFO_OCSP_NOCHECK - Static variable in class cryptlib.crypt
-
1 3 6 1 5 5 7 48 1 6 ocspArchiveCutoff
- CERTINFO_OCSP_NONCE - Static variable in class cryptlib.crypt
-
nonce
- CERTINFO_OCSP_RESPONSE - Static variable in class cryptlib.crypt
-
-
- CERTINFO_OCSP_RESPONSE_OCSP - Static variable in class cryptlib.crypt
-
OCSP standard response
- CERTINFO_ORDEREDLIST - Static variable in class cryptlib.crypt
-
2 5 29 51 baseUpdateTime
- CERTINFO_ORGANISATIONALUNITNAME - Static variable in class cryptlib.crypt
-
-
- CERTINFO_ORGANISATIONNAME - Static variable in class cryptlib.crypt
-
-
- CERTINFO_ORGANIZATIONALUNITNAME - Static variable in class cryptlib.crypt
-
organizationalUnitName
- CERTINFO_ORGANIZATIONNAME - Static variable in class cryptlib.crypt
-
organizationName
- CERTINFO_OTHERNAME_TYPEID - Static variable in class cryptlib.crypt
-
otherName.typeID
- CERTINFO_OTHERNAME_VALUE - Static variable in class cryptlib.crypt
-
otherName.value
- CERTINFO_PATHLENCONSTRAINT - Static variable in class cryptlib.crypt
-
pathLenConstraint
- CERTINFO_PERMITTEDSUBTREES - Static variable in class cryptlib.crypt
-
permittedSubtrees
- CERTINFO_PKIUSER_ID - Static variable in class cryptlib.crypt
-
PKI user ID
- CERTINFO_PKIUSER_ISSUEPASSWORD - Static variable in class cryptlib.crypt
-
PKI user issue password
- CERTINFO_PKIUSER_RA - Static variable in class cryptlib.crypt
-
PKI user is an RA
- CERTINFO_PKIUSER_REVPASSWORD - Static variable in class cryptlib.crypt
-
PKI user revocation password
- CERTINFO_POLICYCONSTRAINTS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_POLICYMAPPINGS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_PRIVATEKEY_NOTAFTER - Static variable in class cryptlib.crypt
-
notAfter
- CERTINFO_PRIVATEKEY_NOTBEFORE - Static variable in class cryptlib.crypt
-
notBefore
- CERTINFO_PRIVATEKEYUSAGEPERIOD - Static variable in class cryptlib.crypt
-
-
- CERTINFO_QCSTATEMENT - Static variable in class cryptlib.crypt
-
-
- CERTINFO_QCSTATEMENT_REGISTRATIONAUTHORITY - Static variable in class cryptlib.crypt
-
qcStatement.statementInfo.nameRegistrationAuthorities
- CERTINFO_QCSTATEMENT_SEMANTICS - Static variable in class cryptlib.crypt
-
qcStatement.statementInfo.semanticsIdentifier
- CERTINFO_REGISTEREDID - Static variable in class cryptlib.crypt
-
registeredID
- CERTINFO_REQUIREEXPLICITPOLICY - Static variable in class cryptlib.crypt
-
policyConstraints.requireExplicitPolicy
- CERTINFO_REVOCATIONDATE - Static variable in class cryptlib.crypt
-
CRL/OCSP cert-revocation time
- CERTINFO_REVOCATIONSTATUS - Static variable in class cryptlib.crypt
-
OCSP revocation status
- CERTINFO_REVOKEDGROUPS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_REVOKEDGROUPS_CERTISSUER - Static variable in class cryptlib.crypt
-
certificateIssuer
- CERTINFO_REVOKEDGROUPS_ENDINGNUMBER - Static variable in class cryptlib.crypt
-
endingNumber
- CERTINFO_REVOKEDGROUPS_INVALIDITYDATE - Static variable in class cryptlib.crypt
-
invalidityDate
- CERTINFO_REVOKEDGROUPS_REASONCODE - Static variable in class cryptlib.crypt
-
reasonCode
- CERTINFO_REVOKEDGROUPS_STARTINGNUMBER - Static variable in class cryptlib.crypt
-
startingNumber
- CERTINFO_RFC822NAME - Static variable in class cryptlib.crypt
-
rfc822Name
- CERTINFO_SCEP_FAILINFO - Static variable in class cryptlib.crypt
-
failInfo
- CERTINFO_SCEP_MESSAGETYPE - Static variable in class cryptlib.crypt
-
messageType
- CERTINFO_SCEP_PKISTATUS - Static variable in class cryptlib.crypt
-
pkiStatus
- CERTINFO_SCEP_RECIPIENTNONCE - Static variable in class cryptlib.crypt
-
recipientNonce
- CERTINFO_SCEP_SENDERNONCE - Static variable in class cryptlib.crypt
-
senderNonce
- CERTINFO_SCEP_TRANSACTIONID - Static variable in class cryptlib.crypt
-
transID
- CERTINFO_SELFSIGNED - Static variable in class cryptlib.crypt
-
Cert is self-signed
- CERTINFO_SERIALNUMBER - Static variable in class cryptlib.crypt
-
Serial number
- CERTINFO_SET_CERTCARDREQUIRED - Static variable in class cryptlib.crypt
-
2 23 42 7 4 SET tunneling
- CERTINFO_SET_CERTIFICATETYPE - Static variable in class cryptlib.crypt
-
2 23 42 7 2 SET merchantData
- CERTINFO_SET_HASHEDROOTKEY - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SET_MERACQUIRERBIN - Static variable in class cryptlib.crypt
-
merAcquirerBIN
- CERTINFO_SET_MERAUTHFLAG - Static variable in class cryptlib.crypt
-
merAuthFlag
- CERTINFO_SET_MERCHANTCITY - Static variable in class cryptlib.crypt
-
merNames.city
- CERTINFO_SET_MERCHANTCOUNTRYNAME - Static variable in class cryptlib.crypt
-
merNames.countryName
- CERTINFO_SET_MERCHANTDATA - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SET_MERCHANTLANGUAGE - Static variable in class cryptlib.crypt
-
merNames.language
- CERTINFO_SET_MERCHANTNAME - Static variable in class cryptlib.crypt
-
merNames.name
- CERTINFO_SET_MERCHANTPOSTALCODE - Static variable in class cryptlib.crypt
-
merNames.postalCode
- CERTINFO_SET_MERCHANTSTATEPROVINCE - Static variable in class cryptlib.crypt
-
merNames.stateProvince
- CERTINFO_SET_MERCOUNTRY - Static variable in class cryptlib.crypt
-
merCountry
- CERTINFO_SET_MERID - Static variable in class cryptlib.crypt
-
merID
- CERTINFO_SET_ROOTKEYTHUMBPRINT - Static variable in class cryptlib.crypt
-
rootKeyThumbPrint
- CERTINFO_SET_TUNNELING - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SET_TUNNELINGALGID - Static variable in class cryptlib.crypt
-
tunnelingAlgID
- CERTINFO_SET_TUNNELINGFLAG - Static variable in class cryptlib.crypt
-
tunneling
- CERTINFO_SET_TUNNELLING - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SET_TUNNELLINGALGID - Static variable in class cryptlib.crypt
-
S/MIME attributes
- CERTINFO_SET_TUNNELLINGFLAG - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SIGG_ADDITIONALINFORMATION - Static variable in class cryptlib.crypt
-
1 3 101 1 4 1 strongExtranet
- CERTINFO_SIGG_ADMISSIONS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SIGG_ADMISSIONS_AUTHORITY - Static variable in class cryptlib.crypt
-
authority
- CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHID - Static variable in class cryptlib.crypt
-
namingAuth.iD
- CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHTEXT - Static variable in class cryptlib.crypt
-
namingAuth.text
- CERTINFO_SIGG_ADMISSIONS_NAMINGAUTHURL - Static variable in class cryptlib.crypt
-
namingAuth.uRL
- CERTINFO_SIGG_ADMISSIONS_PROFESSIONITEM - Static variable in class cryptlib.crypt
-
professionItem
- CERTINFO_SIGG_ADMISSIONS_PROFESSIONOID - Static variable in class cryptlib.crypt
-
professionOID
- CERTINFO_SIGG_ADMISSIONS_REGISTRATIONNUMBER - Static variable in class cryptlib.crypt
-
registrationNumber
- CERTINFO_SIGG_CERTHASH - Static variable in class cryptlib.crypt
-
1 3 36 8 3 15 siggAdditionalInformation
- CERTINFO_SIGG_DATEOFCERTGEN - Static variable in class cryptlib.crypt
-
1 3 36 8 3 2 siggProcuration
- CERTINFO_SIGG_DECLARATIONOFMAJORITY - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SIGG_DECLARATIONOFMAJORITY_COUNTRY - Static variable in class cryptlib.crypt
-
fullAgeAtCountry
- CERTINFO_SIGG_MONETARY_AMOUNT - Static variable in class cryptlib.crypt
-
amount
- CERTINFO_SIGG_MONETARY_CURRENCY - Static variable in class cryptlib.crypt
-
currency
- CERTINFO_SIGG_MONETARY_EXPONENT - Static variable in class cryptlib.crypt
-
exponent
- CERTINFO_SIGG_MONETARYLIMIT - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SIGG_PROCURATION - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SIGG_PROCURE_COUNTRY - Static variable in class cryptlib.crypt
-
country
- CERTINFO_SIGG_PROCURE_SIGNINGFOR - Static variable in class cryptlib.crypt
-
signingFor.thirdPerson
- CERTINFO_SIGG_PROCURE_TYPEOFSUBSTITUTION - Static variable in class cryptlib.crypt
-
typeOfSubstitution
- CERTINFO_SIGG_RESTRICTION - Static variable in class cryptlib.crypt
-
1 3 36 8 3 13 siggCertHash
- CERTINFO_SIGNATURELEVEL - Static variable in class cryptlib.crypt
-
Amount of detail to include in sigs.
- CERTINFO_STATEORPROVINCENAME - Static variable in class cryptlib.crypt
-
stateOrProvinceName
- CERTINFO_STRONGEXTRANET - Static variable in class cryptlib.crypt
-
-
- CERTINFO_STRONGEXTRANET_ID - Static variable in class cryptlib.crypt
-
sxNetIDList.sxNetID.id
- CERTINFO_STRONGEXTRANET_ZONE - Static variable in class cryptlib.crypt
-
sxNetIDList.sxNetID.zone
- CERTINFO_SUBJECTALTNAME - Static variable in class cryptlib.crypt
-
2 5 29 18 issuerAltName
- CERTINFO_SUBJECTDIRECTORYATTRIBUTES - Static variable in class cryptlib.crypt
-
2 5 29 14 subjectKeyIdentifier
- CERTINFO_SUBJECTDOMAINPOLICY - Static variable in class cryptlib.crypt
-
policyMappings.subjectDomainPolicy
- CERTINFO_SUBJECTINFO_CAREPOSITORY - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_SUBJECTINFO_RPKIMANIFEST - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_SUBJECTINFO_SIGNEDOBJECT - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_SUBJECTINFO_SIGNEDOBJECTREPOSITORY - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_SUBJECTINFO_TIMESTAMPING - Static variable in class cryptlib.crypt
-
accessDescription.accessLocation
- CERTINFO_SUBJECTINFOACCESS - Static variable in class cryptlib.crypt
-
-
- CERTINFO_SUBJECTKEYIDENTIFIER - Static variable in class cryptlib.crypt
-
2 5 29 15 keyUsage
- CERTINFO_SUBJECTNAME - Static variable in class cryptlib.crypt
-
Subject DN
- CERTINFO_SUBJECTPUBLICKEYINFO - Static variable in class cryptlib.crypt
-
Public key
- CERTINFO_SUBJECTUNIQUEID - Static variable in class cryptlib.crypt
-
Subject unique ID
- CERTINFO_THISUPDATE - Static variable in class cryptlib.crypt
-
CRL/OCSP current-update time
- CERTINFO_TOBEREVOKED - Static variable in class cryptlib.crypt
-
-
- CERTINFO_TOBEREVOKED_CERTISSUER - Static variable in class cryptlib.crypt
-
certificateIssuer
- CERTINFO_TOBEREVOKED_CERTSERIALNUMBER - Static variable in class cryptlib.crypt
-
certSerialNumber
- CERTINFO_TOBEREVOKED_REASONCODE - Static variable in class cryptlib.crypt
-
reasonCode
- CERTINFO_TOBEREVOKED_REVOCATIONTIME - Static variable in class cryptlib.crypt
-
revocationTime
- CERTINFO_TRUSTED_IMPLICIT - Static variable in class cryptlib.crypt
-
Whether cert is implicitly trusted
- CERTINFO_TRUSTED_USAGE - Static variable in class cryptlib.crypt
-
Usage that cert is trusted for
- CERTINFO_UNIFORMRESOURCEIDENTIFIER - Static variable in class cryptlib.crypt
-
uniformResourceIdentifier
- CERTINFO_URL - Static variable in class cryptlib.crypt
-
-
- CERTINFO_USERCERTIFICATE - Static variable in class cryptlib.crypt
-
-
- CERTINFO_VALIDFROM - Static variable in class cryptlib.crypt
-
Cert valid-from time
- CERTINFO_VALIDTO - Static variable in class cryptlib.crypt
-
Cert valid-to time
- CERTINFO_VERSION - Static variable in class cryptlib.crypt
-
Cert.format version
- CERTINFO_XYZZY - Static variable in class cryptlib.crypt
-
Cert is a magic just-works cert
- CERTSTATUS_LAST - Static variable in class cryptlib.crypt
-
Last possible certificate status
- CERTSTATUS_NONAUTHORITATIVE - Static variable in class cryptlib.crypt
-
Response is non-authoritative
- CERTSTATUS_NONE - Static variable in class cryptlib.crypt
-
No certificate status
- CERTSTATUS_NOTVALID - Static variable in class cryptlib.crypt
-
Certificate isn't valid
- CERTSTATUS_UNKNOWN - Static variable in class cryptlib.crypt
-
Certificate status unknown
- CERTSTATUS_VALID - Static variable in class cryptlib.crypt
-
Certificate valid
- CERTTYPE_ATTRIBUTE_CERT - Static variable in class cryptlib.crypt
-
Attribute certificate
- CERTTYPE_CERTCHAIN - Static variable in class cryptlib.crypt
-
PKCS #7 certificate chain
- CERTTYPE_CERTIFICATE - Static variable in class cryptlib.crypt
-
Certificate
- CERTTYPE_CERTREQUEST - Static variable in class cryptlib.crypt
-
PKCS #10 certification request
- CERTTYPE_CMS_ATTRIBUTES - Static variable in class cryptlib.crypt
-
CMS attributes
- CERTTYPE_CRL - Static variable in class cryptlib.crypt
-
CRL
- CERTTYPE_LAST - Static variable in class cryptlib.crypt
-
Last possible cert.type
- CERTTYPE_NONE - Static variable in class cryptlib.crypt
-
No certificate type
- CERTTYPE_OCSP_REQUEST - Static variable in class cryptlib.crypt
-
OCSP request
- CERTTYPE_OCSP_RESPONSE - Static variable in class cryptlib.crypt
-
OCSP response
- CERTTYPE_PKIUSER - Static variable in class cryptlib.crypt
-
PKI user information
- CERTTYPE_REQUEST_CERT - Static variable in class cryptlib.crypt
-
CRMF certification request
- CERTTYPE_REQUEST_REVOCATION - Static variable in class cryptlib.crypt
-
CRMF revocation request
- CERTTYPE_RTCS_REQUEST - Static variable in class cryptlib.crypt
-
RTCS request
- CERTTYPE_RTCS_RESPONSE - Static variable in class cryptlib.crypt
-
RTCS response
- CheckCert(int, int) - Static method in class cryptlib.crypt
-
The cryptCheckCert function is used to check the signature on a certificate object, or to verify a certificate object against a CRL or a keyset containing a CRL.
- CheckSignature(byte[], int, int) - Static method in class cryptlib.crypt
- CheckSignature(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- CheckSignature(String, int, int) - Static method in class cryptlib.crypt
- CheckSignature(ByteBuffer, int, int) - Static method in class cryptlib.crypt
- CheckSignature(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptCheckSignature function is used to check the digital signature on a piece of data.
- CheckSignatureEx(byte[], int, int) - Static method in class cryptlib.crypt
- CheckSignatureEx(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- CheckSignatureEx(String, int, int) - Static method in class cryptlib.crypt
- CheckSignatureEx(ByteBuffer, int, int) - Static method in class cryptlib.crypt
- CheckSignatureEx(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptCheckSignatureEx function is used to check the digital signature on a piece of data with extended control over the signature information.
- CLASSIFICATION_CONFIDENTIAL - Static variable in class cryptlib.crypt
- CLASSIFICATION_LAST - Static variable in class cryptlib.crypt
- CLASSIFICATION_RESTRICTED - Static variable in class cryptlib.crypt
- CLASSIFICATION_SECRET - Static variable in class cryptlib.crypt
- CLASSIFICATION_TOP_SECRET - Static variable in class cryptlib.crypt
- CLASSIFICATION_UNCLASSIFIED - Static variable in class cryptlib.crypt
- CLASSIFICATION_UNMARKED - Static variable in class cryptlib.crypt
- CMPOPTION_3GPP - Static variable in class cryptlib.crypt
-
Peer is following 33.310
- CMPOPTION_NONE - Static variable in class cryptlib.crypt
-
-
- COMPLIANCELEVEL_LAST - Static variable in class cryptlib.crypt
-
-
- COMPLIANCELEVEL_OBLIVIOUS - Static variable in class cryptlib.crypt
-
-
- COMPLIANCELEVEL_PKIX_FULL - Static variable in class cryptlib.crypt
-
-
- COMPLIANCELEVEL_PKIX_PARTIAL - Static variable in class cryptlib.crypt
-
-
- COMPLIANCELEVEL_REDUCED - Static variable in class cryptlib.crypt
-
-
- COMPLIANCELEVEL_STANDARD - Static variable in class cryptlib.crypt
-
-
- CONTENT_AUTHDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_AUTHENVDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_COMPRESSEDDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_DATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_DIGESTEDDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_ENCRYPTEDDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_ENVELOPEDDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_LAST - Static variable in class cryptlib.crypt
-
-
- CONTENT_MRTD - Static variable in class cryptlib.crypt
-
-
- CONTENT_NONE - Static variable in class cryptlib.crypt
-
-
- CONTENT_RTCSREQUEST - Static variable in class cryptlib.crypt
-
-
- CONTENT_RTCSRESPONSE - Static variable in class cryptlib.crypt
-
-
- CONTENT_RTCSRESPONSE_EXT - Static variable in class cryptlib.crypt
-
-
- CONTENT_SCVPCERTVALREQUEST - Static variable in class cryptlib.crypt
-
-
- CONTENT_SCVPCERTVALRESPONSE - Static variable in class cryptlib.crypt
-
-
- CONTENT_SCVPVALPOLREQUEST - Static variable in class cryptlib.crypt
-
-
- CONTENT_SCVPVALPOLRESPONSE - Static variable in class cryptlib.crypt
-
-
- CONTENT_SIGNEDANDENVELOPEDDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_SIGNEDDATA - Static variable in class cryptlib.crypt
-
-
- CONTENT_SPCINDIRECTDATACONTEXT - Static variable in class cryptlib.crypt
-
-
- CONTENT_TSTINFO - Static variable in class cryptlib.crypt
-
-
- CreateCert(int, int) - Static method in class cryptlib.crypt
-
The cryptCreateCert function is used to create a certificate object that contains a certificate
- CreateContext(int, int) - Static method in class cryptlib.crypt
-
The cryptCreateContext function is used to create an encryption context for a given encryption algorithm.
- CreateEnvelope(int, int) - Static method in class cryptlib.crypt
-
The cryptCreateEnvelope function is used to create an envelope object for encrypting or decrypting, signing or signature checking, compressing or decompressing, or otherwise processing data.
- CreateSession(int, int) - Static method in class cryptlib.crypt
-
The cryptCreateSession function is used to create a secure session object for use in securing a communications link or otherwise communicating with a remote server or client.
- CreateSignature(byte[], int, int, int) - Static method in class cryptlib.crypt
- CreateSignature(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- CreateSignature(ByteBuffer, int, int, int) - Static method in class cryptlib.crypt
- CreateSignature(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptCreateSignature function digitally signs a piece of data.
- CreateSignatureEx(byte[], int, int, int, int, int) - Static method in class cryptlib.crypt
- CreateSignatureEx(byte[], int, int, int, int, int, int) - Static method in class cryptlib.crypt
- CreateSignatureEx(ByteBuffer, int, int, int, int, int) - Static method in class cryptlib.crypt
- CreateSignatureEx(ByteBuffer, int, int, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptCreateSignatureEx function digitally signs a piece of data with extended control over the signature format.
- CRLEXTREASON_LAST - Static variable in class cryptlib.crypt
- CRLREASON_AACOMPROMISE - Static variable in class cryptlib.crypt
- CRLREASON_AFFILIATIONCHANGED - Static variable in class cryptlib.crypt
- CRLREASON_CACOMPROMISE - Static variable in class cryptlib.crypt
- CRLREASON_CERTIFICATEHOLD - Static variable in class cryptlib.crypt
- CRLREASON_CESSATIONOFOPERATION - Static variable in class cryptlib.crypt
- CRLREASON_KEYCOMPROMISE - Static variable in class cryptlib.crypt
- CRLREASON_LAST - Static variable in class cryptlib.crypt
-
End of standard CRL reasons
- CRLREASON_NEVERVALID - Static variable in class cryptlib.crypt
- CRLREASON_PRIVILEGEWITHDRAWN - Static variable in class cryptlib.crypt
- CRLREASON_REMOVEFROMCRL - Static variable in class cryptlib.crypt
- CRLREASON_SUPERSEDED - Static variable in class cryptlib.crypt
- CRLREASON_UNSPECIFIED - Static variable in class cryptlib.crypt
- CRLREASONFLAG_AFFILIATIONCHANGED - Static variable in class cryptlib.crypt
-
-
- CRLREASONFLAG_CACOMPROMISE - Static variable in class cryptlib.crypt
-
-
- CRLREASONFLAG_CERTIFICATEHOLD - Static variable in class cryptlib.crypt
-
-
- CRLREASONFLAG_CESSATIONOFOPERATION - Static variable in class cryptlib.crypt
-
-
- CRLREASONFLAG_KEYCOMPROMISE - Static variable in class cryptlib.crypt
-
-
- CRLREASONFLAG_LAST - Static variable in class cryptlib.crypt
-
Last poss.value
- CRLREASONFLAG_SUPERSEDED - Static variable in class cryptlib.crypt
-
-
- CRLREASONFLAG_UNUSED - Static variable in class cryptlib.crypt
-
-
- crypt - Class in cryptlib
-
This class represents all data structures, constant values and methods that cryptlib makes available via the nio interface.
- crypt() - Constructor for class cryptlib.crypt
- CRYPT_OBJECT_INFO - Class in cryptlib
- CRYPT_OBJECT_INFO(int, int, int, int, byte[]) - Constructor for class cryptlib.CRYPT_OBJECT_INFO
- CRYPT_QUERY_INFO - Class in cryptlib
- CRYPT_QUERY_INFO(String, int, int, int, int) - Constructor for class cryptlib.CRYPT_QUERY_INFO
- cryptAlgo - Variable in class cryptlib.CRYPT_OBJECT_INFO
- CryptException - Exception Class in cryptlib
- CryptException(int) - Constructor for exception class cryptlib.CryptException
- cryptlib - package cryptlib
- cryptMode - Variable in class cryptlib.CRYPT_OBJECT_INFO
- CTXINFO_ALGO - Static variable in class cryptlib.crypt
-
Algorithm
- CTXINFO_BLOCKSIZE - Static variable in class cryptlib.crypt
-
Block size
- CTXINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- CTXINFO_HASHVALUE - Static variable in class cryptlib.crypt
-
Hash value
- CTXINFO_IV - Static variable in class cryptlib.crypt
-
IV
- CTXINFO_IVSIZE - Static variable in class cryptlib.crypt
-
IV size
- CTXINFO_KEY - Static variable in class cryptlib.crypt
-
Key
- CTXINFO_KEY_COMPONENTS - Static variable in class cryptlib.crypt
-
Public-key components
- CTXINFO_KEYING_ALGO - Static variable in class cryptlib.crypt
-
Key processing algorithm
- CTXINFO_KEYING_ITERATIONS - Static variable in class cryptlib.crypt
-
Key processing iterations
- CTXINFO_KEYING_SALT - Static variable in class cryptlib.crypt
-
Key processing salt
- CTXINFO_KEYING_VALUE - Static variable in class cryptlib.crypt
-
Value used to derive key
- CTXINFO_KEYSIZE - Static variable in class cryptlib.crypt
-
Key size in bytes
- CTXINFO_LABEL - Static variable in class cryptlib.crypt
-
Label for private/secret key
- CTXINFO_LAST - Static variable in class cryptlib.crypt
-
-
- CTXINFO_MODE - Static variable in class cryptlib.crypt
-
Mode
- CTXINFO_NAME_ALGO - Static variable in class cryptlib.crypt
-
Algorithm name
- CTXINFO_NAME_MODE - Static variable in class cryptlib.crypt
-
Mode name
- CTXINFO_PERSISTENT - Static variable in class cryptlib.crypt
-
Obj.is backed by device or keyset
- CURSOR_FIRST - Static variable in class cryptlib.crypt
-
-
- CURSOR_LAST - Static variable in class cryptlib.crypt
-
-
- CURSOR_NEXT - Static variable in class cryptlib.crypt
-
-
- CURSOR_PREVIOUS - Static variable in class cryptlib.crypt
-
-
D
- Decrypt(int, byte[]) - Static method in class cryptlib.crypt
- Decrypt(int, byte[], int, int) - Static method in class cryptlib.crypt
- Decrypt(int, ByteBuffer) - Static method in class cryptlib.crypt
- Decrypt(int, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptDecrypt function is used to decrypt or hash data.
- DeleteAttribute(int, int) - Static method in class cryptlib.crypt
-
The cryptDeleteAttribute function is used to delete an attribute from an object.
- DeleteCertExtension(int, String) - Static method in class cryptlib.crypt
-
The cryptDeleteCertExtension function is used to delete a generic blob-type certificate extension from a certificate object.
- DeleteKey(int, int, String) - Static method in class cryptlib.crypt
-
The cryptDeleteKey function is used to delete a key or certificate from a keyset ordevice.
- DestroyCert(int) - Static method in class cryptlib.crypt
-
The cryptDestroyCert function is used to destroy a certificate object after use.
- DestroyContext(int) - Static method in class cryptlib.crypt
-
The cryptDestroyContext function is used to destroy an encryption context after use.
- DestroyEnvelope(int) - Static method in class cryptlib.crypt
-
The cryptDestroyEnvelope function is used to destroy an envelope after use.
- DestroyObject(int) - Static method in class cryptlib.crypt
-
The cryptDestroyObject function is used to destroy a cryptlib object after use.
- DestroySession(int) - Static method in class cryptlib.crypt
-
The cryptDestroySession function is used to destroy a session object after use.
- DEVICE_CRYPTOAPI - Static variable in class cryptlib.crypt
-
Microsoft CryptoAPI
- DEVICE_HARDWARE - Static variable in class cryptlib.crypt
-
Generic crypo HW plugin
- DEVICE_LAST - Static variable in class cryptlib.crypt
-
Last possible crypto device type
- DEVICE_NONE - Static variable in class cryptlib.crypt
-
No crypto device
- DEVICE_PKCS11 - Static variable in class cryptlib.crypt
-
PKCS #11 crypto token
- DEVICE_TPM - Static variable in class cryptlib.crypt
-
TPM, formerly Fortezza
- DeviceClose(int) - Static method in class cryptlib.crypt
-
The cryptDeviceClose function is used to destroy a device object after use.
- DeviceCreateContext(int, int) - Static method in class cryptlib.crypt
-
The cryptDeviceCreateContext function is used to create an encryption context for a given encryption algorithm via an encryption device.
- DeviceOpen(int, int, String) - Static method in class cryptlib.crypt
-
The cryptDeviceOpen function is used to establish a connection to a crypto device such as a crypto hardware accelerator or a PCMCIA card or smart card.
- DeviceQueryCapability(int, int) - Static method in class cryptlib.crypt
-
The cryptDeviceQueryCapability function is used to obtain information about the characteristics of a particular encryption algorithm provided by an encryption device.
- DEVINFO_AUTHENT_SUPERVISOR - Static variable in class cryptlib.crypt
-
Authenticate supervisor to dev.
- DEVINFO_AUTHENT_USER - Static variable in class cryptlib.crypt
-
Authenticate user to device
- DEVINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- DEVINFO_INITIALISE - Static variable in class cryptlib.crypt
-
Initialise device for use
- DEVINFO_INITIALIZE - Static variable in class cryptlib.crypt
-
-
- DEVINFO_LABEL - Static variable in class cryptlib.crypt
-
Device/token label
- DEVINFO_LAST - Static variable in class cryptlib.crypt
-
-
- DEVINFO_LOGGEDIN - Static variable in class cryptlib.crypt
-
Whether user is logged in
- DEVINFO_SET_AUTHENT_SUPERVISOR - Static variable in class cryptlib.crypt
-
Set supervisor auth.val.
- DEVINFO_SET_AUTHENT_USER - Static variable in class cryptlib.crypt
-
Set user authent.value
- DEVINFO_ZEROISE - Static variable in class cryptlib.crypt
-
Zeroise device
- DEVINFO_ZEROIZE - Static variable in class cryptlib.crypt
-
-
E
- ECCCURVE_25519 - Static variable in class cryptlib.crypt
-
X25519/Ed25519
- ECCCURVE_448 - Static variable in class cryptlib.crypt
-
X448/Ed448
- ECCCURVE_BRAINPOOL_P256 - Static variable in class cryptlib.crypt
-
Brainpool p256r1
- ECCCURVE_BRAINPOOL_P384 - Static variable in class cryptlib.crypt
-
Brainpool p384r1
- ECCCURVE_BRAINPOOL_P512 - Static variable in class cryptlib.crypt
-
Brainpool p512r1
- ECCCURVE_LAST - Static variable in class cryptlib.crypt
-
Last valid ECC curve type
- ECCCURVE_NONE - Static variable in class cryptlib.crypt
-
No ECC curve type
- ECCCURVE_P256 - Static variable in class cryptlib.crypt
-
NIST P256/X9.62 P256v1/SECG p256r1 curve
- ECCCURVE_P384 - Static variable in class cryptlib.crypt
-
NIST P384, SECG p384r1 curve
- ECCCURVE_P521 - Static variable in class cryptlib.crypt
-
NIST P521, SECG p521r1
- Encrypt(int, byte[]) - Static method in class cryptlib.crypt
- Encrypt(int, byte[], int, int) - Static method in class cryptlib.crypt
- Encrypt(int, ByteBuffer) - Static method in class cryptlib.crypt
- Encrypt(int, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptEncrypt function is used to encrypt or hash data.
- End() - Static method in class cryptlib.crypt
-
The cryptEnd function is used to shut down cryptlib after use.
- ENVELOPE_RESOURCE - Static variable in class cryptlib.crypt
-
Need resource to proceed
- ENVINFO_COMPRESSION - Static variable in class cryptlib.crypt
-
Compression information
- ENVINFO_CONTENTTYPE - Static variable in class cryptlib.crypt
-
Inner CMS content type
- ENVINFO_DATASIZE - Static variable in class cryptlib.crypt
-
Data size information
- ENVINFO_DETACHEDSIGNATURE - Static variable in class cryptlib.crypt
-
Detached signature
- ENVINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- ENVINFO_HASH - Static variable in class cryptlib.crypt
-
Hash value
- ENVINFO_INTEGRITY - Static variable in class cryptlib.crypt
-
Integrity-protection level
- ENVINFO_KEY - Static variable in class cryptlib.crypt
-
Conventional encryption key
- ENVINFO_KEYSET_DECRYPT - Static variable in class cryptlib.crypt
-
PKC decryption keyset
- ENVINFO_KEYSET_ENCRYPT - Static variable in class cryptlib.crypt
-
PKC encryption keyset
- ENVINFO_KEYSET_SIGCHECK - Static variable in class cryptlib.crypt
-
Signature check keyset
- ENVINFO_LAST - Static variable in class cryptlib.crypt
-
-
- ENVINFO_ORIGINATOR - Static variable in class cryptlib.crypt
-
Originator info/key
- ENVINFO_PASSWORD - Static variable in class cryptlib.crypt
-
User password
- ENVINFO_PRIVATEKEY - Static variable in class cryptlib.crypt
-
PKC decryption key
- ENVINFO_PRIVATEKEY_LABEL - Static variable in class cryptlib.crypt
-
Label of PKC decryption key
- ENVINFO_PUBLICKEY - Static variable in class cryptlib.crypt
-
PKC encryption key
- ENVINFO_RECIPIENT - Static variable in class cryptlib.crypt
-
Recipient email address
- ENVINFO_SESSIONKEY - Static variable in class cryptlib.crypt
-
Session key
- ENVINFO_SIGNATURE - Static variable in class cryptlib.crypt
-
Signature/signature check key
- ENVINFO_SIGNATURE_EXTRADATA - Static variable in class cryptlib.crypt
-
Extra information added to CMS sigs
- ENVINFO_SIGNATURE_RESULT - Static variable in class cryptlib.crypt
-
Signature check result
- ENVINFO_TIMESTAMP - Static variable in class cryptlib.crypt
-
Timestamp information
- ERROR_BADDATA - Static variable in class cryptlib.crypt
-
Bad/unrecognised data format
- ERROR_COMPLETE - Static variable in class cryptlib.crypt
-
Operation complete/can't continue
- ERROR_DUPLICATE - Static variable in class cryptlib.crypt
-
Item already present in object
- ERROR_FAILED - Static variable in class cryptlib.crypt
-
Operation failed
- ERROR_INCOMPLETE - Static variable in class cryptlib.crypt
-
Operation incomplete/still in progress
- ERROR_INITED - Static variable in class cryptlib.crypt
-
Data has already been init'd
- ERROR_INTERNAL - Static variable in class cryptlib.crypt
-
Internal consistency check failed
- ERROR_INVALID - Static variable in class cryptlib.crypt
-
Invalid/inconsistent information
- ERROR_MEMORY - Static variable in class cryptlib.crypt
-
Out of memory
- ERROR_NOSECURE - Static variable in class cryptlib.crypt
-
Opn.not avail.at requested sec.level
- ERROR_NOTAVAIL - Static variable in class cryptlib.crypt
-
This type of opn.not available
- ERROR_NOTFOUND - Static variable in class cryptlib.crypt
-
Requested item not found in object
- ERROR_NOTINITED - Static variable in class cryptlib.crypt
-
Data has not been initialised
- ERROR_OPEN - Static variable in class cryptlib.crypt
-
Cannot open object
- ERROR_OVERFLOW - Static variable in class cryptlib.crypt
-
Resources/space exhausted
- ERROR_PARAM1 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 1
- ERROR_PARAM2 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 2
- ERROR_PARAM3 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 3
- ERROR_PARAM4 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 4
- ERROR_PARAM5 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 5
- ERROR_PARAM6 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 6
- ERROR_PARAM7 - Static variable in class cryptlib.crypt
-
Bad argument, parameter 7
- ERROR_PERMISSION - Static variable in class cryptlib.crypt
-
No permiss.to perform this operation
- ERROR_RANDOM - Static variable in class cryptlib.crypt
-
No reliable random data available
- ERROR_READ - Static variable in class cryptlib.crypt
-
Cannot read item from object
- ERROR_SIGNALLED - Static variable in class cryptlib.crypt
-
Resource destroyed by extnl.event
- ERROR_SIGNATURE - Static variable in class cryptlib.crypt
-
Signature/integrity check failed
- ERROR_TIMEOUT - Static variable in class cryptlib.crypt
-
Operation timed out before completion
- ERROR_UNDERFLOW - Static variable in class cryptlib.crypt
-
Not enough data available
- ERROR_WRITE - Static variable in class cryptlib.crypt
-
Cannot write item to object
- ERROR_WRONGKEY - Static variable in class cryptlib.crypt
-
Incorrect key used to decrypt data
- ERRTYPE_ATTR_ABSENT - Static variable in class cryptlib.crypt
-
Required attribute missing
- ERRTYPE_ATTR_PRESENT - Static variable in class cryptlib.crypt
-
Non-allowed attribute present
- ERRTYPE_ATTR_SIZE - Static variable in class cryptlib.crypt
-
Attribute data too small or large
- ERRTYPE_ATTR_VALUE - Static variable in class cryptlib.crypt
-
Attribute value is invalid
- ERRTYPE_CONSTRAINT - Static variable in class cryptlib.crypt
-
Cert: Constraint violation in object
- ERRTYPE_ISSUERCONSTRAINT - Static variable in class cryptlib.crypt
-
Cert: Constraint viol.in issuing cert
- ERRTYPE_LAST - Static variable in class cryptlib.crypt
-
Last possible error info type
- ERRTYPE_NONE - Static variable in class cryptlib.crypt
-
No error information
- ExportCert(byte[], int, int, int) - Static method in class cryptlib.crypt
- ExportCert(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- ExportCert(ByteBuffer, int, int, int) - Static method in class cryptlib.crypt
- ExportCert(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptExportCert function is used to export an encoded signed public key certificate, certification request, CRL, or other certificate-related item from a certificate container object.
F
- FlushData(int) - Static method in class cryptlib.crypt
-
The cryptFlushData function is used to flush data through an envelope or session object, completing processing and (for session objects) sending the data to the remote client or server.
- FORMAT_AUTO - Static variable in class cryptlib.crypt
-
Deenv, auto-determine type
- FORMAT_CMS - Static variable in class cryptlib.crypt
-
PKCS #7 / CMS / S/MIME fmt.
- FORMAT_CRYPTLIB - Static variable in class cryptlib.crypt
-
cryptlib native format
- FORMAT_LAST - Static variable in class cryptlib.crypt
-
Last possible format type
- FORMAT_NONE - Static variable in class cryptlib.crypt
-
No format type
- FORMAT_PGP - Static variable in class cryptlib.crypt
-
PGP format
- FORMAT_PKCS7 - Static variable in class cryptlib.crypt
-
-
- FORMAT_SMIME - Static variable in class cryptlib.crypt
-
As CMS with MSG-style behaviour
G
- GenerateKey(int) - Static method in class cryptlib.crypt
-
The cryptGenerateKey function is used to generate a new key into an encryption context.
- GENERIC_FIRST - Static variable in class cryptlib.crypt
-
Extended error information
- GENERIC_LAST - Static variable in class cryptlib.crypt
-
-
- GetAttribute(int, int) - Static method in class cryptlib.crypt
-
The cryptGetAttribute function is used to obtain a boolean or numeric value, status information, or object from a cryptlib object.
- GetAttributeString(int, int) - Static method in class cryptlib.crypt
- GetAttributeString(int, int, byte[]) - Static method in class cryptlib.crypt
- GetAttributeString(int, int, byte[], int) - Static method in class cryptlib.crypt
- GetAttributeString(int, int, ByteBuffer) - Static method in class cryptlib.crypt
- GetAttributeString(int, int, ByteBuffer, int) - Static method in class cryptlib.crypt
-
The cryptGetAttributeString function is used to obtain text or binary strings or time values from a cryptlib object.
- GetCertExtension(int, String, byte[], int) - Static method in class cryptlib.crypt
- GetCertExtension(int, String, byte[], int, int) - Static method in class cryptlib.crypt
- GetCertExtension(int, String, ByteBuffer, int) - Static method in class cryptlib.crypt
- GetCertExtension(int, String, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptGetCertExtension function is used to obtain a generic blob-type certificate extension from a certificate object or public or private key with an attached certificate.
- GetKey(int, int, String, String) - Static method in class cryptlib.crypt
-
see GetPublicKey
- getMessage() - Method in exception class cryptlib.CryptException
- GetPrivateKey(int, int, String, String) - Static method in class cryptlib.crypt
-
The cryptGetPrivateKey function is used to create an encryption context from a private key in a keyset or crypto device.
- GetPublicKey(int, int, String) - Static method in class cryptlib.crypt
-
The cryptGetPublicKey function is used to create an encryption context from a public key in a keyset or crypto device.
- getStatus() - Method in exception class cryptlib.CryptException
H
- hashAlgo - Variable in class cryptlib.CRYPT_OBJECT_INFO
- HOLDINSTRUCTION_CALLISSUER - Static variable in class cryptlib.crypt
- HOLDINSTRUCTION_LAST - Static variable in class cryptlib.crypt
- HOLDINSTRUCTION_NONE - Static variable in class cryptlib.crypt
- HOLDINSTRUCTION_PICKUPTOKEN - Static variable in class cryptlib.crypt
- HOLDINSTRUCTION_REJECT - Static variable in class cryptlib.crypt
I
- ImportCert(byte[], int) - Static method in class cryptlib.crypt
- ImportCert(byte[], int, int, int) - Static method in class cryptlib.crypt
- ImportCert(String, int) - Static method in class cryptlib.crypt
- ImportCert(ByteBuffer, int) - Static method in class cryptlib.crypt
- ImportCert(ByteBuffer, int, int, int) - Static method in class cryptlib.crypt
-
The cryptImportCert function is used to import an encoded certificate, certification request, CRL, or other certificate-related item into a certificate container object.
- Init() - Static method in class cryptlib.crypt
-
The cryptInit function is used to initialise cryptlib before use.
- INTEGRITY_FULL - Static variable in class cryptlib.crypt
-
Encryption + ingerity protection
- INTEGRITY_MACONLY - Static variable in class cryptlib.crypt
-
MAC only, no encryption
- INTEGRITY_NONE - Static variable in class cryptlib.crypt
-
No integrity protection
K
- KEYID_EMAIL - Static variable in class cryptlib.crypt
-
Synonym: owner email addr.
- KEYID_LAST - Static variable in class cryptlib.crypt
-
Last possible key ID type
- KEYID_NAME - Static variable in class cryptlib.crypt
-
Key owner name
- KEYID_NONE - Static variable in class cryptlib.crypt
-
No key ID type
- KEYID_URI - Static variable in class cryptlib.crypt
-
Key owner URI
- KEYINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- KEYINFO_LAST - Static variable in class cryptlib.crypt
-
-
- KEYINFO_QUERY - Static variable in class cryptlib.crypt
-
Keyset query
- KEYINFO_QUERY_REQUESTS - Static variable in class cryptlib.crypt
-
Query of requests in cert store
- KEYOPT_CREATE - Static variable in class cryptlib.crypt
-
Create a new keyset
- KEYOPT_LAST - Static variable in class cryptlib.crypt
-
Last possible key option type
- KEYOPT_NONE - Static variable in class cryptlib.crypt
-
No options
- KEYOPT_READONLY - Static variable in class cryptlib.crypt
-
Open keyset in read-only mode
- KEYSET_DATABASE - Static variable in class cryptlib.crypt
-
ODBC database interface
- KEYSET_DATABASE_STORE - Static variable in class cryptlib.crypt
-
ODBC certificate store
- KEYSET_FILE - Static variable in class cryptlib.crypt
-
Generic flat file keyset
- KEYSET_HTTP - Static variable in class cryptlib.crypt
-
Web page containing cert/CRL
- KEYSET_LAST - Static variable in class cryptlib.crypt
-
Last possible keyset type
- KEYSET_LDAP - Static variable in class cryptlib.crypt
-
LDAP directory service
- KEYSET_NONE - Static variable in class cryptlib.crypt
-
No keyset type
- KEYSET_ODBC - Static variable in class cryptlib.crypt
-
Backwards compatibility
- KEYSET_ODBC_STORE - Static variable in class cryptlib.crypt
-
-
- KeysetClose(int) - Static method in class cryptlib.crypt
-
The cryptKeysetClose function is used to destroy a keyset object after use.
- KeysetOpen(int, int, String, int) - Static method in class cryptlib.crypt
-
The cryptKeysetOpen function is used to establish a connection to a key collection or keyset.
- keySize - Variable in class cryptlib.CRYPT_QUERY_INFO
- KEYTYPE_PRIVATE - Static variable in class cryptlib.crypt
-
-
- KEYTYPE_PUBLIC - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_CRLSIGN - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_DATAENCIPHERMENT - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_DECIPHERONLY - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_DIGITALSIGNATURE - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_ENCIPHERONLY - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_KEYAGREEMENT - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_KEYCERTSIGN - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_KEYENCIPHERMENT - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_LAST - Static variable in class cryptlib.crypt
-
Last possible value
- KEYUSAGE_NONE - Static variable in class cryptlib.crypt
-
-
- KEYUSAGE_NONREPUDIATION - Static variable in class cryptlib.crypt
-
-
L
- Login(String, String) - Static method in class cryptlib.crypt
-
Log on / create a user object
- Logout(int) - Static method in class cryptlib.crypt
-
Log out / destroy a user object
M
- MAX_HASHSIZE - Static variable in class cryptlib.crypt
-
-
- MAX_IVSIZE - Static variable in class cryptlib.crypt
-
-
- MAX_KEYSIZE - Static variable in class cryptlib.crypt
-
-
- MAX_PKCSIZE_ECC - Static variable in class cryptlib.crypt
-
-
- MAX_PKCSIZE_PQC - Static variable in class cryptlib.crypt
-
-
- MAX_TEXTSIZE - Static variable in class cryptlib.crypt
-
-
- maxKeySize - Variable in class cryptlib.CRYPT_QUERY_INFO
- minKeySize - Variable in class cryptlib.CRYPT_QUERY_INFO
- MODE_CBC - Static variable in class cryptlib.crypt
-
CBC
- MODE_CFB - Static variable in class cryptlib.crypt
-
CFB, needed for PGP
- MODE_ECB - Static variable in class cryptlib.crypt
-
ECB
- MODE_GCM - Static variable in class cryptlib.crypt
-
GCM, needed for SSH and TLS
- MODE_LAST - Static variable in class cryptlib.crypt
-
Last possible crypt mode value
- MODE_NONE - Static variable in class cryptlib.crypt
-
No encryption mode
N
- NS_CERTTYPE_LAST - Static variable in class cryptlib.crypt
-
Last possible value
- NS_CERTTYPE_OBJECTSIGNING - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_OBJECTSIGNINGCA - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_RESERVED - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_SMIME - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_SMIMECA - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_SSLCA - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_SSLCLIENT - Static variable in class cryptlib.crypt
-
-
- NS_CERTTYPE_SSLSERVER - Static variable in class cryptlib.crypt
-
-
O
- OBJECT_ENCRYPTED_KEY - Static variable in class cryptlib.crypt
-
Conventionally encrypted key
- OBJECT_KEYAGREEMENT - Static variable in class cryptlib.crypt
-
Key agreement information
- OBJECT_LAST - Static variable in class cryptlib.crypt
-
Last possible object type
- OBJECT_NONE - Static variable in class cryptlib.crypt
-
No object type
- OBJECT_PKCENCRYPTED_KEY - Static variable in class cryptlib.crypt
-
PKC-encrypted key
- OBJECT_SIGNATURE - Static variable in class cryptlib.crypt
-
Signature
- objectType - Variable in class cryptlib.CRYPT_OBJECT_INFO
- OCSPSTATUS_NOTREVOKED - Static variable in class cryptlib.crypt
- OCSPSTATUS_REVOKED - Static variable in class cryptlib.crypt
- OCSPSTATUS_UNKNOWN - Static variable in class cryptlib.crypt
- OK - Static variable in class cryptlib.crypt
-
No error
- OPTION_CERT_COMPLIANCELEVEL - Static variable in class cryptlib.crypt
-
PKIX compliance level for cert chks.
- OPTION_CERT_REQUIREPOLICY - Static variable in class cryptlib.crypt
-
Whether explicit policy req'd for certs
- OPTION_CERT_SIGNUNRECOGNISEDATTRIBUTES - Static variable in class cryptlib.crypt
-
Whether to sign unrecog.attrs
- OPTION_CERT_UPDATEINTERVAL - Static variable in class cryptlib.crypt
-
CRL update interval
- OPTION_CERT_VALIDITY - Static variable in class cryptlib.crypt
-
Certificate validity period
- OPTION_CMS_DEFAULTATTRIBUTES - Static variable in class cryptlib.crypt
-
Add default CMS attributes
- OPTION_CONFIGCHANGED - Static variable in class cryptlib.crypt
-
Whether in-mem.opts match on-disk ones
- OPTION_DEVICE_PKCS11_DVR01 - Static variable in class cryptlib.crypt
-
Name of first PKCS #11 driver
- OPTION_DEVICE_PKCS11_DVR02 - Static variable in class cryptlib.crypt
-
Name of second PKCS #11 driver
- OPTION_DEVICE_PKCS11_DVR03 - Static variable in class cryptlib.crypt
-
Name of third PKCS #11 driver
- OPTION_DEVICE_PKCS11_DVR04 - Static variable in class cryptlib.crypt
-
Name of fourth PKCS #11 driver
- OPTION_DEVICE_PKCS11_DVR05 - Static variable in class cryptlib.crypt
-
Name of fifth PKCS #11 driver
- OPTION_DEVICE_PKCS11_HARDWAREONLY - Static variable in class cryptlib.crypt
-
Use only hardware mechanisms
- OPTION_ENCR_ALGO - Static variable in class cryptlib.crypt
-
Conventional encryption algorithm
- OPTION_ENCR_HASH - Static variable in class cryptlib.crypt
-
Hash algorithm
- OPTION_ENCR_HASHPARAM - Static variable in class cryptlib.crypt
-
Hash/MAC parameter
- OPTION_ENCR_MAC - Static variable in class cryptlib.crypt
-
MAC algorithm
- OPTION_FIRST - Static variable in class cryptlib.crypt
-
-
- OPTION_INFO_COPYRIGHT - Static variable in class cryptlib.crypt
-
Copyright notice
- OPTION_INFO_DESCRIPTION - Static variable in class cryptlib.crypt
-
Text description
- OPTION_INFO_MAJORVERSION - Static variable in class cryptlib.crypt
-
Major release version
- OPTION_INFO_MINORVERSION - Static variable in class cryptlib.crypt
-
Minor release version
- OPTION_INFO_STEPPING - Static variable in class cryptlib.crypt
-
Release stepping
- OPTION_KEYING_ALGO - Static variable in class cryptlib.crypt
-
Key processing algorithm
- OPTION_KEYING_ITERATIONS - Static variable in class cryptlib.crypt
-
Key processing iterations
- OPTION_KEYS_LDAP_CACERTNAME - Static variable in class cryptlib.crypt
-
CA certificate attribute name
- OPTION_KEYS_LDAP_CERTNAME - Static variable in class cryptlib.crypt
-
Certificate attribute name
- OPTION_KEYS_LDAP_CRLNAME - Static variable in class cryptlib.crypt
-
CRL attribute name
- OPTION_KEYS_LDAP_EMAILNAME - Static variable in class cryptlib.crypt
-
Email attribute name
- OPTION_KEYS_LDAP_FILTER - Static variable in class cryptlib.crypt
-
Query filter
- OPTION_KEYS_LDAP_OBJECTCLASS - Static variable in class cryptlib.crypt
-
Object class
- OPTION_KEYS_LDAP_OBJECTTYPE - Static variable in class cryptlib.crypt
-
Object type to fetch
- OPTION_LAST - Static variable in class cryptlib.crypt
-
-
- OPTION_MISC_ASYNCINIT - Static variable in class cryptlib.crypt
-
Whether to init cryptlib async'ly
- OPTION_MISC_SIDECHANNELPROTECTION - Static variable in class cryptlib.crypt
-
Protect against side-channel attacks
- OPTION_NET_CONNECTTIMEOUT - Static variable in class cryptlib.crypt
-
Timeout for network connection setup
- OPTION_NET_HTTP_PROXY - Static variable in class cryptlib.crypt
-
Web proxy server
- OPTION_NET_READTIMEOUT - Static variable in class cryptlib.crypt
-
Timeout for network reads
- OPTION_NET_SOCKS_SERVER - Static variable in class cryptlib.crypt
-
Socks server name
- OPTION_NET_SOCKS_USERNAME - Static variable in class cryptlib.crypt
-
Socks user name
- OPTION_NET_WRITETIMEOUT - Static variable in class cryptlib.crypt
-
Timeout for network writes
- OPTION_PKC_ALGO - Static variable in class cryptlib.crypt
-
PKC algorithm
- OPTION_PKC_FORMAT - Static variable in class cryptlib.crypt
-
PKC format
- OPTION_PKC_KEYSIZE - Static variable in class cryptlib.crypt
-
PKC key size
- OPTION_SELFTESTOK - Static variable in class cryptlib.crypt
-
Whether self-test was completed and OK
- OPTION_SMIME_DEFAULTATTRIBUTES - Static variable in class cryptlib.crypt
-
LDAP keyset options
P
- PKCFORMAT_DEFAULT - Static variable in class cryptlib.crypt
-
-
- PKCFORMAT_LAST - Static variable in class cryptlib.crypt
-
Last possible PKC format type
- PKCFORMAT_NONE - Static variable in class cryptlib.crypt
-
No PKC format type
- PKCFORMAT_OAEP - Static variable in class cryptlib.crypt
-
RSA-OAEP
- PKCFORMAT_PKCS1 - Static variable in class cryptlib.crypt
-
PKCS #1
- PKCFORMAT_PSS - Static variable in class cryptlib.crypt
-
RSA-PSS
- PopData(int, byte[], int) - Static method in class cryptlib.crypt
- PopData(int, byte[], int, int) - Static method in class cryptlib.crypt
- PopData(int, ByteBuffer, int) - Static method in class cryptlib.crypt
- PopData(int, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptPopData function is used to remove data from an envelope or session object.
- PROPERTY_FIRST - Static variable in class cryptlib.crypt
-
-
- PROPERTY_FORWARDCOUNT - Static variable in class cryptlib.crypt
-
No.of times object can be forwarded
- PROPERTY_HIGHSECURITY - Static variable in class cryptlib.crypt
-
Owned+non-forwardcount+locked
- PROPERTY_LAST - Static variable in class cryptlib.crypt
-
-
- PROPERTY_LOCKED - Static variable in class cryptlib.crypt
-
Whether properties can be chged/read
- PROPERTY_NONEXPORTABLE - Static variable in class cryptlib.crypt
-
Whether key is nonexp.from context
- PROPERTY_OWNER - Static variable in class cryptlib.crypt
-
Object owner
- PROPERTY_USAGECOUNT - Static variable in class cryptlib.crypt
-
Usage count before object expires
- PushData(int, byte[]) - Static method in class cryptlib.crypt
- PushData(int, byte[], int, int) - Static method in class cryptlib.crypt
- PushData(int, String) - Static method in class cryptlib.crypt
- PushData(int, ByteBuffer) - Static method in class cryptlib.crypt
- PushData(int, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptPushData function is used to add data to an envelope or session object.
Q
- QueryCapability(int) - Static method in class cryptlib.crypt
-
The cryptQueryCapability function is used to obtain information about the characteristics of a particular encryption algorithm.
- QueryObject(byte[]) - Static method in class cryptlib.crypt
- QueryObject(byte[], int, int) - Static method in class cryptlib.crypt
- QueryObject(String) - Static method in class cryptlib.crypt
- QueryObject(ByteBuffer) - Static method in class cryptlib.crypt
- QueryObject(ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptQueryObject function is used to obtain information about an exported key object created with cryptWrapKey or a signature object created with cryptCreateSignature.
R
- RANDOM_FASTPOLL - Static variable in class cryptlib.crypt
-
-
- RANDOM_SLOWPOLL - Static variable in class cryptlib.crypt
-
-
- REQUESTTYPE_CERTIFICATE - Static variable in class cryptlib.crypt
-
Certification request
- REQUESTTYPE_INITIALISATION - Static variable in class cryptlib.crypt
-
Initialisation request
- REQUESTTYPE_INITIALIZATION - Static variable in class cryptlib.crypt
-
-
- REQUESTTYPE_KEYUPDATE - Static variable in class cryptlib.crypt
-
Key update request
- REQUESTTYPE_LAST - Static variable in class cryptlib.crypt
-
Last possible request type
- REQUESTTYPE_NONE - Static variable in class cryptlib.crypt
-
No request type
- REQUESTTYPE_PKIBOOT - Static variable in class cryptlib.crypt
-
PKIBoot request
- REQUESTTYPE_REVOCATION - Static variable in class cryptlib.crypt
-
Cert revocation request
S
- salt - Variable in class cryptlib.CRYPT_OBJECT_INFO
- SESSINFO_ACTIVE - Static variable in class cryptlib.crypt
-
Whether session is active
- SESSINFO_AUTHRESPONSE - Static variable in class cryptlib.crypt
-
Session authorisation OK
- SESSINFO_AUTHTOKEN - Static variable in class cryptlib.crypt
-
Authentication token, e.g.
- SESSINFO_CACERTIFICATE - Static variable in class cryptlib.crypt
-
Issuing CA certificate
- SESSINFO_CLIENT_NAME - Static variable in class cryptlib.crypt
-
Client name
- SESSINFO_CLIENT_PORT - Static variable in class cryptlib.crypt
-
Client port number
- SESSINFO_CMP_OPTIONS - Static variable in class cryptlib.crypt
-
CMP protocol options
- SESSINFO_CMP_PRIVKEYSET - Static variable in class cryptlib.crypt
-
Private-key keyset
- SESSINFO_CMP_REQUESTTYPE - Static variable in class cryptlib.crypt
-
Request type
- SESSINFO_CONNECTIONACTIVE - Static variable in class cryptlib.crypt
-
Whether network connection is active
- SESSINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- SESSINFO_KEYSET - Static variable in class cryptlib.crypt
-
Certificate store
- SESSINFO_LAST - Static variable in class cryptlib.crypt
-
-
- SESSINFO_NETWORKSOCKET - Static variable in class cryptlib.crypt
-
User-supplied network socket
- SESSINFO_PASSWORD - Static variable in class cryptlib.crypt
-
Password
- SESSINFO_PRIVATEKEY - Static variable in class cryptlib.crypt
-
Server/client private key
- SESSINFO_REQUEST - Static variable in class cryptlib.crypt
-
Cert.request object
- SESSINFO_RESPONSE - Static variable in class cryptlib.crypt
-
Cert.response object
- SESSINFO_SERVER_FINGERPRINT_SHA2 - Static variable in class cryptlib.crypt
-
Server key fingerprint
- SESSINFO_SERVER_NAME - Static variable in class cryptlib.crypt
-
Server name
- SESSINFO_SERVER_PORT - Static variable in class cryptlib.crypt
-
Server port number
- SESSINFO_SESSION - Static variable in class cryptlib.crypt
-
Transport mechanism
- SESSINFO_SSH_CHANNEL - Static variable in class cryptlib.crypt
-
SSH current channel
- SESSINFO_SSH_CHANNEL_ACTIVE - Static variable in class cryptlib.crypt
-
SSH channel active
- SESSINFO_SSH_CHANNEL_ARG1 - Static variable in class cryptlib.crypt
-
SSH channel argument 1
- SESSINFO_SSH_CHANNEL_ARG2 - Static variable in class cryptlib.crypt
-
SSH channel argument 2
- SESSINFO_SSH_CHANNEL_TYPE - Static variable in class cryptlib.crypt
-
SSH channel type
- SESSINFO_SSH_PREAUTH - Static variable in class cryptlib.crypt
-
SSH pre-authentication value
- SESSINFO_SSL_OPTIONS - Static variable in class cryptlib.crypt
-
-
- SESSINFO_TLS_EAPCHALLENGE - Static variable in class cryptlib.crypt
-
TLS EAP challenge
- SESSINFO_TLS_EAPDATA - Static variable in class cryptlib.crypt
-
TLS EAP additional data
- SESSINFO_TLS_EAPKEY - Static variable in class cryptlib.crypt
-
TLS EAP key
- SESSINFO_TLS_OPTIONS - Static variable in class cryptlib.crypt
-
SSL/TLS protocol options
- SESSINFO_TLS_SUBPROTOCOL - Static variable in class cryptlib.crypt
-
SSL/TLS additional sub-protocol
- SESSINFO_TLS_WSPROTOCOL - Static variable in class cryptlib.crypt
-
SSL/TLS WebSockets sub-protocol
- SESSINFO_TSP_MSGIMPRINT - Static variable in class cryptlib.crypt
-
TSP message imprint
- SESSINFO_USERNAME - Static variable in class cryptlib.crypt
-
User name
- SESSINFO_VERSION - Static variable in class cryptlib.crypt
-
Protocol version
- SESSION_CERTSTORE_SERVER - Static variable in class cryptlib.crypt
-
HTTP cert store interface
- SESSION_CMP - Static variable in class cryptlib.crypt
-
CMP
- SESSION_CMP_SERVER - Static variable in class cryptlib.crypt
-
CMP server
- SESSION_LAST - Static variable in class cryptlib.crypt
-
Last possible session type
- SESSION_NONE - Static variable in class cryptlib.crypt
-
No session type
- SESSION_OCSP - Static variable in class cryptlib.crypt
-
OCSP
- SESSION_OCSP_SERVER - Static variable in class cryptlib.crypt
-
OCSP server
- SESSION_RTCS - Static variable in class cryptlib.crypt
-
RTCS
- SESSION_RTCS_SERVER - Static variable in class cryptlib.crypt
-
RTCS server
- SESSION_SCEP - Static variable in class cryptlib.crypt
-
SCEP
- SESSION_SCEP_SERVER - Static variable in class cryptlib.crypt
-
SCEP server
- SESSION_SCVP - Static variable in class cryptlib.crypt
-
SCVP
- SESSION_SCVP_SERVER - Static variable in class cryptlib.crypt
-
SCVP server
- SESSION_SSH - Static variable in class cryptlib.crypt
-
SSH
- SESSION_SSH_SERVER - Static variable in class cryptlib.crypt
-
SSH server
- SESSION_SSL - Static variable in class cryptlib.crypt
-
-
- SESSION_SSL_SERVER - Static variable in class cryptlib.crypt
-
-
- SESSION_TLS - Static variable in class cryptlib.crypt
-
TLS
- SESSION_TLS_SERVER - Static variable in class cryptlib.crypt
-
TLS server
- SESSION_TSP - Static variable in class cryptlib.crypt
-
TSP
- SESSION_TSP_SERVER - Static variable in class cryptlib.crypt
-
TSP server
- SET_CERTTYPE_ACQ - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_BCA - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_CARD - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_CCA - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_GCA - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_LAST - Static variable in class cryptlib.crypt
-
Last possible value
- SET_CERTTYPE_MCA - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_MER - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_PCA - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_PGWY - Static variable in class cryptlib.crypt
-
-
- SET_CERTTYPE_RCA - Static variable in class cryptlib.crypt
-
-
- SetAttribute(int, int, int) - Static method in class cryptlib.crypt
-
The cryptSetAttribute function is used to add boolean or numeric information, command codes, and objects to a cryptlib object.
- SetAttributeString(int, int, byte[]) - Static method in class cryptlib.crypt
- SetAttributeString(int, int, byte[], int, int) - Static method in class cryptlib.crypt
- SetAttributeString(int, int, String) - Static method in class cryptlib.crypt
- SetAttributeString(int, int, ByteBuffer) - Static method in class cryptlib.crypt
- SetAttributeString(int, int, ByteBuffer, int, int) - Static method in class cryptlib.crypt
-
The cryptSetAttributeString function is used to add text or binary strings or time values to an object.
- SIGNATURELEVEL_ALL - Static variable in class cryptlib.crypt
-
Include all relevant info
- SIGNATURELEVEL_LAST - Static variable in class cryptlib.crypt
-
Last possible sig.level type
- SIGNATURELEVEL_NONE - Static variable in class cryptlib.crypt
-
Include only signature
- SIGNATURELEVEL_SIGNERCERT - Static variable in class cryptlib.crypt
-
Include signer cert
- SignCert(int, int) - Static method in class cryptlib.crypt
-
The cryptSignCert function is used to digitally sign a public key certificate, CA certificate, certification request, CRL, or other certificate-related item held in a certificate container object.
- SUBPROTOCOL_EAPTTLS - Static variable in class cryptlib.crypt
-
EAP-TTLS
- SUBPROTOCOL_LAST - Static variable in class cryptlib.crypt
-
Last possible sub-protocol type
- SUBPROTOCOL_NONE - Static variable in class cryptlib.crypt
-
No sub-protocol type
- SUBPROTOCOL_PEAP - Static variable in class cryptlib.crypt
-
PEAP
- SUBPROTOCOL_WEBSOCKETS - Static variable in class cryptlib.crypt
-
Websockets
T
- This class represents all data structures, constant values and methods that cryptlib makes available via the nio interface. - Section in class cryptlib.crypt
- TLSOPTION_DISABLE_CERTVERIFY - Static variable in class cryptlib.crypt
-
Disable certificate check
- TLSOPTION_DISABLE_NAMEVERIFY - Static variable in class cryptlib.crypt
-
Disable cert hostname check
- TLSOPTION_MANUAL_CERTCHECK - Static variable in class cryptlib.crypt
-
Require manual cert.verif.
- TLSOPTION_MINVER_SSLV3 - Static variable in class cryptlib.crypt
-
Min.protocol version
- TLSOPTION_MINVER_TLS10 - Static variable in class cryptlib.crypt
-
-
- TLSOPTION_MINVER_TLS11 - Static variable in class cryptlib.crypt
-
-
- TLSOPTION_MINVER_TLS12 - Static variable in class cryptlib.crypt
-
-
- TLSOPTION_MINVER_TLS13 - Static variable in class cryptlib.crypt
-
-
- TLSOPTION_NONE - Static variable in class cryptlib.crypt
-
-
- TLSOPTION_RESUMED - Static variable in class cryptlib.crypt
-
TLS session is resumed
- TLSOPTION_SERVER_SNI - Static variable in class cryptlib.crypt
-
Enable SNI-based key selection
U
- UNUSED - Static variable in class cryptlib.crypt
-
-
- UnwrapKey(byte[], int, int) - Static method in class cryptlib.crypt
- UnwrapKey(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- UnwrapKey(String, int, int) - Static method in class cryptlib.crypt
- UnwrapKey(ByteBuffer, int, int) - Static method in class cryptlib.crypt
- UnwrapKey(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptUnwrapKey function is used to share a session key between two parties by unwrapping an encrypted session key that was previously wrapped with cryptWrapKey into an encryption context.
- UnwrapKeyEx(byte[], int, int) - Static method in class cryptlib.crypt
- UnwrapKeyEx(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- UnwrapKeyEx(String, int, int) - Static method in class cryptlib.crypt
- UnwrapKeyEx(ByteBuffer, int, int) - Static method in class cryptlib.crypt
- UnwrapKeyEx(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
cryptUnwrapKeyEx takes one extra parameter, a pointer to the wrapped key, which is required for OpenPGP key import.
- USE_DEFAULT - Static variable in class cryptlib.crypt
-
-
- USER_CA - Static variable in class cryptlib.crypt
-
CA user
- USER_LAST - Static variable in class cryptlib.crypt
-
Last possible user type
- USER_NONE - Static variable in class cryptlib.crypt
-
No user type
- USER_NORMAL - Static variable in class cryptlib.crypt
-
Normal user
- USER_SO - Static variable in class cryptlib.crypt
-
Security officer
- USERINFO_CAKEY_CERTSIGN - Static variable in class cryptlib.crypt
-
CA cert signing key
- USERINFO_CAKEY_CRLSIGN - Static variable in class cryptlib.crypt
-
CA CRL signing key
- USERINFO_CAKEY_OCSPSIGN - Static variable in class cryptlib.crypt
-
CA OCSP signing key
- USERINFO_CAKEY_RTCSSIGN - Static variable in class cryptlib.crypt
-
CA RTCS signing key
- USERINFO_FIRST - Static variable in class cryptlib.crypt
-
-
- USERINFO_LAST - Static variable in class cryptlib.crypt
-
-
- USERINFO_PASSWORD - Static variable in class cryptlib.crypt
-
Password
W
- WrapKey(byte[], int, int, int) - Static method in class cryptlib.crypt
- WrapKey(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- WrapKey(ByteBuffer, int, int, int) - Static method in class cryptlib.crypt
- WrapKey(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptWrapKey function is used to share a session key between two parties by wrapping a session key from a context in a secure manner.
- WrapKeyEx(byte[], int, int, int, int) - Static method in class cryptlib.crypt
- WrapKeyEx(byte[], int, int, int, int, int) - Static method in class cryptlib.crypt
- WrapKeyEx(ByteBuffer, int, int, int, int) - Static method in class cryptlib.crypt
- WrapKeyEx(ByteBuffer, int, int, int, int, int) - Static method in class cryptlib.crypt
-
The cryptWrapKeyEx function is used to share a session key between two parties by wrapping a session key from a context in a secure manner with extended control over the wrapped key format.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form