- CA_CERT_INVALID - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- cACompromise - Static variable in class org.mozilla.jss.pkix.cmmf.GetCRL
-
A bit position in a ReasonFlags bit string.
- cACompromise - Static variable in class org.mozilla.jss.pkix.cmmf.RevRequest
-
A CRLReason
, which can be used in the reason
field.
- CBC - Static variable in class org.mozilla.jss.crypto.EncryptionAlgorithm.Mode
-
- CERT_BAD_ACCESS_LOCATION - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- CERT_BAG - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
A bag containing a certificate.
- CERT_NOT_IN_NAME_SPACE - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- CERT_STATUS_SERVER_ERROR - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- CertBag - Class in org.mozilla.jss.pkcs12
-
A PKCS #12 cert bag.
- CertBag(OBJECT_IDENTIFIER, ASN1Value) - Constructor for class org.mozilla.jss.pkcs12.CertBag
-
Creates a CertBag from a type and a cert.
- CertBag.Template - Class in org.mozilla.jss.pkcs12
-
A Template class for decoding CertBags from their BER encoding.
- CertBag.Template() - Constructor for class org.mozilla.jss.pkcs12.CertBag.Template
-
- CertDatabaseException - Exception in org.mozilla.jss
-
This exception is thrown if the certificate database does not exist,
or if an error occurs while opening it.
- CertDatabaseException() - Constructor for exception org.mozilla.jss.CertDatabaseException
-
- CertDatabaseException(String) - Constructor for exception org.mozilla.jss.CertDatabaseException
-
- CertId - Class in org.mozilla.jss.pkix.crmf
-
CRMF CertId.
- CertId(ANY, INTEGER) - Constructor for class org.mozilla.jss.pkix.crmf.CertId
-
Constructs a new CertId
from its components.
- CertId.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template for decoding a CertId
.
- CertId.Template() - Constructor for class org.mozilla.jss.pkix.crmf.CertId.Template
-
- Certificate - Class in org.mozilla.jss.pkix.cert
-
An X.509 signed certificate.
- Certificate(CertificateInfo, PrivateKey, SignatureAlgorithm) - Constructor for class org.mozilla.jss.pkix.cert.Certificate
-
Creates and signs an X.509 Certificate.
- Certificate.Template - Class in org.mozilla.jss.pkix.cert
-
- Certificate.Template() - Constructor for class org.mozilla.jss.pkix.cert.Certificate.Template
-
- certificateHold - Static variable in class org.mozilla.jss.pkix.cmmf.GetCRL
-
A bit position in a ReasonFlags bit string.
- certificateHold - Static variable in class org.mozilla.jss.pkix.cmmf.RevRequest
-
A CRLReason
, which can be used in the reason
field.
- CertificateInfo - Class in org.mozilla.jss.pkix.cert
-
A TBSCertificate (to-be-signed certificate), the actual information in
a certificate apart from the signature.
- CertificateInfo(CertificateInfo.Version, INTEGER, AlgorithmIdentifier, Name, Date, Date, Name, SubjectPublicKeyInfo) - Constructor for class org.mozilla.jss.pkix.cert.CertificateInfo
-
Creates a CertificateInfo with the required fields.
- CertificateInfo.Template - Class in org.mozilla.jss.pkix.cert
-
Template class for decoding a CertificateInfo.
- CertificateInfo.Template() - Constructor for class org.mozilla.jss.pkix.cert.CertificateInfo.Template
-
- CertificateInfo.Version - Class in org.mozilla.jss.pkix.cert
-
An X.509 Certificate version.
- CertificationRequest - Class in org.mozilla.jss.pkcs10
-
A pkcs10 signed CertificationRequest.
- CertificationRequest(CertificationRequestInfo, PrivateKey, SignatureAlgorithm) - Constructor for class org.mozilla.jss.pkcs10.CertificationRequest
-
Creates and signs an X.509 CertificationRequest.
- CertificationRequest.Template - Class in org.mozilla.jss.pkcs10
-
- CertificationRequest.Template() - Constructor for class org.mozilla.jss.pkcs10.CertificationRequest.Template
-
- CertificationRequestInfo - Class in org.mozilla.jss.pkcs10
-
A TBSCertificationRequest (to-be-signed CertificationRequest),
the actual information in
a CertificationRequest apart from the signature.
- CertificationRequestInfo(INTEGER, Name, SubjectPublicKeyInfo, SET) - Constructor for class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
Creates a CertificationRequestInfo with the required fields.
- CertificationRequestInfo.Template - Class in org.mozilla.jss.pkcs10
-
Template class for decoding a CertificationRequestInfo.
- CertificationRequestInfo.Template() - Constructor for class org.mozilla.jss.pkcs10.CertificationRequestInfo.Template
-
- CertifiedKeyPair - Class in org.mozilla.jss.pkix.cmmf
-
- CertifiedKeyPair(CertOrEncCert) - Constructor for class org.mozilla.jss.pkix.cmmf.CertifiedKeyPair
-
- CertOrEncCert - Class in org.mozilla.jss.pkix.cmmf
-
- CertOrEncCert(byte[]) - Constructor for class org.mozilla.jss.pkix.cmmf.CertOrEncCert
-
- certPrefix - Variable in class org.mozilla.jss.CryptoManager.InitializationValues
-
- certProxy - Variable in class org.mozilla.jss.pkcs11.PK11Cert
-
- CertRepContent - Class in org.mozilla.jss.pkix.cmmf
-
A CMMF CertRepContent.
- CertRepContent(byte[][], SEQUENCE) - Constructor for class org.mozilla.jss.pkix.cmmf.CertRepContent
-
Creates a new CertRepContent
.
- CertRepContent(byte[][]) - Constructor for class org.mozilla.jss.pkix.cmmf.CertRepContent
-
Creates a new CertRepContent
.
- CertRepContent(SEQUENCE) - Constructor for class org.mozilla.jss.pkix.cmmf.CertRepContent
-
Creates a new CertRepContent
- CertReqMsg - Class in org.mozilla.jss.pkix.crmf
-
This class models a CRMF CertReqMsg structure.
- CertReqMsg(CertRequest, ProofOfPossession, SEQUENCE) - Constructor for class org.mozilla.jss.pkix.crmf.CertReqMsg
-
Constructs a CertReqmsg from a CertRequest and, optionally,
a pop>/i> and a regInfo.
- CertReqMsg.Template - Class in org.mozilla.jss.pkix.crmf
-
A class for decoding CertReqMsg structures from a BER encoding.
- CertReqMsg.Template() - Constructor for class org.mozilla.jss.pkix.crmf.CertReqMsg.Template
-
- CertRequest - Class in org.mozilla.jss.pkix.crmf
-
A PKIX CertRequest.
- CertRequest(INTEGER, CertTemplate, SEQUENCE) - Constructor for class org.mozilla.jss.pkix.crmf.CertRequest
-
- CertRequest.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template class for constructing CertRequests from their
BER encoding.
- CertRequest.Template() - Constructor for class org.mozilla.jss.pkix.crmf.CertRequest.Template
-
- CertResponse - Class in org.mozilla.jss.pkix.cmmf
-
- CertResponse(INTEGER, PKIStatusInfo) - Constructor for class org.mozilla.jss.pkix.cmmf.CertResponse
-
- CertResponse(INTEGER, PKIStatusInfo, CertifiedKeyPair) - Constructor for class org.mozilla.jss.pkix.cmmf.CertResponse
-
- CertTemplate - Class in org.mozilla.jss.pkix.crmf
-
This class models a CRMF CertTemplate structure.
- CertTemplate() - Constructor for class org.mozilla.jss.pkix.crmf.CertTemplate
-
Creates an empty CertTemplate.
- CertTemplate.Template - Class in org.mozilla.jss.pkix.crmf
-
A class for decoding CertTemplates.
- CertTemplate.Template() - Constructor for class org.mozilla.jss.pkix.crmf.CertTemplate.Template
-
- cessationOfOperation - Static variable in class org.mozilla.jss.pkix.cmmf.GetCRL
-
A bit position in a ReasonFlags bit string.
- cessationOfOperation - Static variable in class org.mozilla.jss.pkix.cmmf.RevRequest
-
A CRLReason
, which can be used in the reason
field.
- CHALLENGE_RESP - Static variable in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
The SubsequentMessage field is challengeResp
.
- ChallengeResponseException - Exception in org.mozilla.jss.pkix.crmf
-
An exception thrown when challenge response pop is requested.
- ChallengeResponseException(String) - Constructor for exception org.mozilla.jss.pkix.crmf.ChallengeResponseException
-
- ChallengeResponseException(ChallengeResponseException, String) - Constructor for exception org.mozilla.jss.pkix.crmf.ChallengeResponseException
-
- changePassword(PasswordCallback, PasswordCallback) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Change the password of this token.
- changePassword(PasswordCallback, PasswordCallback) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Change password.
- changePassword(byte[], byte[]) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Change the password on the token from the old one to the new one.
- CharacterString - Class in org.mozilla.jss.asn1
-
An abstract base class for all character string types in ASN.1.
- CharacterString(char[]) - Constructor for class org.mozilla.jss.asn1.CharacterString
-
- CharacterString(String) - Constructor for class org.mozilla.jss.asn1.CharacterString
-
- CharacterString.Template - Class in org.mozilla.jss.asn1
-
- CharacterString.Template() - Constructor for class org.mozilla.jss.asn1.CharacterString.Template
-
- charToByte(char[]) - Static method in class org.mozilla.jss.util.Password
-
Converts a char array to a null-terminated byte array using a standard
encoding, which is currently UTF8.
- CheckAllUsages - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- CHOICE - Class in org.mozilla.jss.asn1
-
Objects of this class are generated by CHOICE.Template.decode().
- CHOICE(Tag, ASN1Value) - Constructor for class org.mozilla.jss.asn1.CHOICE
-
Create a CHOICE whose chosen element has an implicit tag.
- CHOICE(ASN1Value) - Constructor for class org.mozilla.jss.asn1.CHOICE
-
Create a CHOICE whose chosen element has no implicit tag.
- CHOICE.Template - Class in org.mozilla.jss.asn1
-
A Template for decoding ASN.1 CHOICE
s
- CHOICE.Template() - Constructor for class org.mozilla.jss.asn1.CHOICE.Template
-
Creates an empty CHOICE template
- Cipher - Class in org.mozilla.jss.crypto
-
A context for performing symmetric encryption and decryption.
- Cipher() - Constructor for class org.mozilla.jss.crypto.Cipher
-
- cipherTest(SymmetricKey, EncryptionAlgorithm) - Method in class org.mozilla.jss.tests.SymKeyGen
-
- cipherToString(int) - Static method in class org.mozilla.jss.tests.Constants.cipher
-
- CKM_AES_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_AES_CBC_PAD - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_AES_ECB - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_AES_KEY_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_DES3_CBC_PAD - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_DES3_ECB - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_DES3_KEY_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_DES_CBC_PAD - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_DES_KEY_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_DSA_KEY_PAIR_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_EC_KEY_PAIR_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_PBA_SHA1_WITH_SHA1_HMAC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_RC2_CBC_PAD - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_RC2_KEY_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_RC4_KEY_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_RSA_PKCS_KEY_PAIR_GEN - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- CKM_SHA_1_HMAC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- ClassServer - Class in org.mozilla.jss.tests
-
- ClassServer(ServerSocket) - Constructor for class org.mozilla.jss.tests.ClassServer
-
Constructs a ClassServer based on ss
- clear() - Method in class org.mozilla.jss.crypto.PBEKeyGenParams
-
Clears the password.
- clear() - Method in class org.mozilla.jss.util.Password
-
Clears the password so that sensitive data is no longer present
in memory.
- clearHandshakeCompleted() - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Clear handshakeCompleted flag to indicate
that the system is now ready for another
socket connection.
- clearHandshakeCompleted() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Clear handshakeCompleted flag to indicate
that the system is now ready for another
socket connection.
- clearHandshakeCompleted() - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Clear handshakeCompleted flag to indicate
that the system is now ready for another
socket connection.
- clearSessionCache() - Static method in class org.mozilla.jss.ssl.SSLServerSocket
-
Empties the SSL client session ID cache.
- clone(SymmetricKey) - Method in interface org.mozilla.jss.crypto.KeyGenerator
-
Allows a SymmetricKey to be cloned on a different token.
- clone() - Method in class org.mozilla.jss.crypto.Signature
-
Cloning is not supported yet
- clone(SymmetricKey) - Method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
Allows a SymmetricKey to be cloned on a different token.
- clone(SymmetricKey, PK11Token) - Static method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
Allows a SymmetricKey to be cloned on a different token.
- clone() - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- clone() - Method in class org.mozilla.jss.util.Password
-
Clones the password.
- cloneKey(SymmetricKey) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Clones a SymmetricKey from a different token onto this token.
- cloneKey(SymmetricKey) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Allows a SymmetricKey to be cloned on a different token.
- close() - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Closes this socket.
- close() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Closes this socket.
- close() - Method in class org.mozilla.jss.util.Base64InputStream
-
- close() - Method in class org.mozilla.jss.util.Base64OutputStream
-
This flushes the stream and closes the next stream downstream.
- closeAllSockets() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
closes the SSLSocket
- closeDatabases() - Method in class org.mozilla.jss.DatabaseCloser
-
Closes the certificate and key databases.
- CloseDBs - Class in org.mozilla.jss.tests
-
- CloseDBs() - Constructor for class org.mozilla.jss.tests.CloseDBs
-
- CMCCertId - Class in org.mozilla.jss.pkix.cmc
-
CMC CMCCertId.
- CMCCertId(SEQUENCE, INTEGER, BIT_STRING) - Constructor for class org.mozilla.jss.pkix.cmc.CMCCertId
-
Constructs a new CMCCertId
from its components.
- CMCCertId(ANY, INTEGER, BIT_STRING) - Constructor for class org.mozilla.jss.pkix.cmc.CMCCertId
-
Constructs a new CMCCertId
from its components.
- CMCCertId.Template - Class in org.mozilla.jss.pkix.cmc
-
A Template for decoding a CMCCertId
.
- CMCCertId.Template() - Constructor for class org.mozilla.jss.pkix.cmc.CMCCertId.Template
-
- CMCStatusInfo - Class in org.mozilla.jss.pkix.cmc
-
CMC CMCStatusInfo:
CMCStatusInfo ::= SEQUENCE {
cMCStatus CMCStatus,
bodyList SEQUENCE SIZE (1..MAX) OF BodyPartID,
statusString UTF8String OPTIONAL,
otherInfo CHOICE {
failInfo CMCFailInfo,
pendInfo PendInfo } OPTIONAL
}
PendInfo ::= SEQUENCE {
pendToken OCTET STRING,
pendTime GeneralizedTime
}
- CMCStatusInfo(int, SEQUENCE) - Constructor for class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- CMCStatusInfo(int, SEQUENCE, String, OtherInfo) - Constructor for class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- CMCStatusInfo(INTEGER, SEQUENCE, UTF8String, OtherInfo) - Constructor for class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
Create a CMCStatusInfo from decoding.
- CMCStatusInfo.Template - Class in org.mozilla.jss.pkix.cmc
-
- CMCStatusInfo.Template() - Constructor for class org.mozilla.jss.pkix.cmc.CMCStatusInfo.Template
-
- commonName - Static variable in class org.mozilla.jss.pkix.primitive.Name
-
The OID for the common name (CN) attribute.
- computeMacData(Password, byte[], int) - Method in class org.mozilla.jss.pkcs12.PFX
-
Computes the macData field and adds it to the PFX.
- configDir - Variable in class org.mozilla.jss.CryptoManager.InitializationValues
-
- configServerSessionIDCache(int, int, int, String) - Static method in class org.mozilla.jss.ssl.SSLServerSocket
-
Configures the session ID cache.
- configureCipherSuites(String) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- configureCipherSuites(String, String) - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
- configureDefaultSSLOptions() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- configureOCSP(boolean, String, String) - Method in class org.mozilla.jss.CryptoManager
-
Enables OCSP, note when you Initialize JSS for the first time, for
backwards compatibility, the initialize will enable OCSP if you
previously set values.ocspCheckingEnabled and
values.ocspResponderURL/values.ocspResponderCertNickname
configureOCSP will allow changing of the the OCSPResponder at runtime
- CONFIRM_REQUIRED - Static variable in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- ConsolePasswordCallback - Class in org.mozilla.jss.util
-
A password callback that obtains its password from the console.
- ConsolePasswordCallback() - Constructor for class org.mozilla.jss.util.ConsolePasswordCallback
-
- Constants - Interface in org.mozilla.jss.tests
-
Holds immutable values for JSS Tests.
- Constants.cipher - Class in org.mozilla.jss.tests
-
- CONSTRUCTED - Static variable in class org.mozilla.jss.asn1.ASN1Header
-
- CONSTRUCTED - Static variable in class org.mozilla.jss.asn1.Form
-
- ConstructSignature(SignatureAlgorithm, SignatureSpi) - Static method in class org.mozilla.jss.crypto.Tunnel
-
- ContentInfo - Class in org.mozilla.jss.pkcs7
-
A PKCS #7 ContentInfo structure.
- ContentInfo(OBJECT_IDENTIFIER, ASN1Value) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo with the given type and content.
- ContentInfo(byte[]) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo of type data
.
- ContentInfo(SignedData) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo of type signedData
.
- ContentInfo(EnvelopedData) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo of type envelopedData
.
- ContentInfo(SignedAndEnvelopedData) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo of type signedAndEnvelopedData
.
- ContentInfo(DigestedData) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo of type digestedData
.
- ContentInfo(EncryptedData) - Constructor for class org.mozilla.jss.pkcs7.ContentInfo
-
Creates a ContentInfo of type encryptedData
.
- ContentInfo - Class in org.mozilla.jss.pkix.cms
-
A PKCS #7 ContentInfo structure.
- ContentInfo(OBJECT_IDENTIFIER, ASN1Value) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo with the given type and content.
- ContentInfo(byte[]) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo of type data
.
- ContentInfo(SignedData) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo of type signedData
.
- ContentInfo(EnvelopedData) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo of type envelopedData
.
- ContentInfo(SignedAndEnvelopedData) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo of type signedAndEnvelopedData
.
- ContentInfo(DigestedData) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo of type digestedData
.
- ContentInfo(EncryptedData) - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo
-
Creates a ContentInfo of type encryptedData
.
- ContentInfo.Template - Class in org.mozilla.jss.pkcs7
-
A template for decoding a ContentInfo blob
- ContentInfo.Template() - Constructor for class org.mozilla.jss.pkcs7.ContentInfo.Template
-
- ContentInfo.Template - Class in org.mozilla.jss.pkix.cms
-
A template for decoding a ContentInfo blob
- ContentInfo.Template() - Constructor for class org.mozilla.jss.pkix.cms.ContentInfo.Template
-
- CONTEXT_SPECIFIC - Static variable in class org.mozilla.jss.asn1.Tag.Class
-
- CONTEXT_SPECIFIC - Static variable in class org.mozilla.jss.asn1.Tag
-
A tag class.
- Control - Class in org.mozilla.jss.pkix.crmf
-
A CRMF Control
.
- Control(OBJECT_IDENTIFIER, ASN1Value) - Constructor for class org.mozilla.jss.pkix.crmf.Control
-
- Control.Template - Class in org.mozilla.jss.pkix.crmf
-
A template class for decoding a Control from a BER stream.
- Control.Template() - Constructor for class org.mozilla.jss.pkix.crmf.Control.Template
-
- controlAt(int) - Method in class org.mozilla.jss.pkix.crmf.CertRequest
-
Returns the ith Control.
- convert(char[]) - Method in interface org.mozilla.jss.crypto.KeyGenerator.CharToByteConverter
-
Converts a password of Java characters into a password of
bytes, using some encoding scheme.
- convert(char[]) - Method in class org.mozilla.jss.pkcs12.PasswordConverter
-
- countryName - Static variable in class org.mozilla.jss.pkix.primitive.Name
-
The OID for the country name (C) attribute.
- createCertBag(byte[], String) - Static method in class org.mozilla.jss.pkcs12.SafeBag
-
Creates a SafeBag that contains an X.509 Certificate.
- createCertBag(byte[], String, byte[]) - Static method in class org.mozilla.jss.pkcs12.SafeBag
-
Creates a SafeBag that contains an X.509 Certificate.
- createCRSCompatibleEncryptedContentInfo(OBJECT_IDENTIFIER, AlgorithmIdentifier, OCTET_STRING) - Static method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- createCRSCompatibleEncryptedContentInfo(OBJECT_IDENTIFIER, AlgorithmIdentifier, OCTET_STRING) - Static method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- createDhMAC(BIT_STRING) - Static method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
Creates a new POPOPrivKey with the given dhMAC field.
- createEncryptedPrivateKeyBag(PrivateKeyInfo, String, byte[], Password) - Static method in class org.mozilla.jss.pkcs12.SafeBag
-
Creates a SafeBag containing a PKCS-8ShroudedKeyBag, which is
an EncryptedPrivateKeyInfo.
- createIssuerAndSerialNumber(IssuerAndSerialNumber) - Static method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
Creates a new SignerIdentifier with the given IssuerAndSerialNumber field.
- createKeyAgreement(POPOPrivKey) - Static method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
Creates a new ProofOfPossesion with the given keyAgreement field.
- createKeyEncipherment(POPOPrivKey) - Static method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
Creates a new ProofOfPossesion with the given keyEncipherment field.
- createPBE(PBEAlgorithm, Password, byte[], int, KeyGenerator.CharToByteConverter, byte[]) - Static method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
Creates a new EncryptedContentInfo, where the data is encrypted
with a password-based key.
- createPBE(PBEAlgorithm, Password, byte[], int, KeyGenerator.CharToByteConverter, byte[]) - Static method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
Creates a new EncryptedContentInfo, where the data is encrypted
with a password-based key.
- createPBE(PBEAlgorithm, Password, byte[], int, KeyGenerator.CharToByteConverter, PrivateKeyInfo) - Static method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
Creates a new EncryptedPrivateKeyInfo, where the data is encrypted
with a password-based key.
- createPBE(PBEAlgorithm, Password, byte[], int, KeyGenerator.CharToByteConverter, PrivateKey, CryptoToken) - Static method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
Creates a new EncryptedPrivateKeyInfo, where the data is encrypted
with a password-based key-
with wrapping/unwrapping happening on token.
- createPseudoRandomNumberGenerator() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves a FIPS-140-2 validated random number generator.
- createRaVerified() - Static method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
Creates a new ProofOfPossesion with an raVerified field.
- createSignature(POPOSigningKey) - Static method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
Creates a new ProofOfPossesion with the given signature field.
- createSSLConnections(int) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Initialize given number of SSLSocket client connection to the
SSLServer using the set parameters.
- createSubjectKeyIdentifier(OCTET_STRING) - Static method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
Creates a new SignerIdentifier with the given SubjectKeyIdentifier field.
- createSubsequentMessage(int) - Static method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
Creates a new POPOPrivKey with the given subsequentMessage field.
- createThisMessage(BIT_STRING) - Static method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
Creates a new POPOPrivKey with the given thisMessage field.
- CRL_BAG - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
A bag containing a certificate revocation list.
- CRLImportException - Exception in org.mozilla.jss
-
Thrown if a CRL cannot be imported
- CRLImportException() - Constructor for exception org.mozilla.jss.CRLImportException
-
- CRLImportException(String) - Constructor for exception org.mozilla.jss.CRLImportException
-
- CRMF - Static variable in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
- CryptoManager - Class in org.mozilla.jss
-
This class is the starting poing for the crypto package.
- CryptoManager() - Constructor for class org.mozilla.jss.CryptoManager
-
Constructor, for internal use only.
- CryptoManager.CertificateUsage - Class in org.mozilla.jss
-
CertificateUsage options for validation
- CryptoManager.CertUsage - Class in org.mozilla.jss
-
note: this is obsolete in NSS
CertUsage options for validation
- CryptoManager.InitializationValues - Class in org.mozilla.jss
-
The various options that can be used to initialize CryptoManager.
- CryptoManager.InitializationValues() - Constructor for class org.mozilla.jss.CryptoManager.InitializationValues
-
- CryptoManager.InitializationValues(String) - Constructor for class org.mozilla.jss.CryptoManager.InitializationValues
-
- CryptoManager.InitializationValues(String, String, String, String) - Constructor for class org.mozilla.jss.CryptoManager.InitializationValues
-
- CryptoManager.InitializationValues.FIPSMode - Class in org.mozilla.jss
-
This class enumerates the possible modes for FIPS compliance.
- CryptoManager.InvalidLengthException - Exception in org.mozilla.jss
-
- CryptoManager.InvalidLengthException() - Constructor for exception org.mozilla.jss.CryptoManager.InvalidLengthException
-
- CryptoManager.NicknameConflictException - Exception in org.mozilla.jss
-
- CryptoManager.NicknameConflictException() - Constructor for exception org.mozilla.jss.CryptoManager.NicknameConflictException
-
- CryptoManager.NotInitializedException - Exception in org.mozilla.jss
-
- CryptoManager.NotInitializedException() - Constructor for exception org.mozilla.jss.CryptoManager.NotInitializedException
-
- CryptoManager.UserCertConflictException - Exception in org.mozilla.jss
-
- CryptoManager.UserCertConflictException() - Constructor for exception org.mozilla.jss.CryptoManager.UserCertConflictException
-
- CryptoStore - Interface in org.mozilla.jss.crypto
-
This is an interface for a permanent repository of cryptographic objects,
such as keys, certs, and passwords.
- cryptoStore - Variable in class org.mozilla.jss.pkcs11.PK11Token
-
- CryptoToken - Interface in org.mozilla.jss.crypto
-
A CryptoToken performs cryptographic operations and stores
cryptographic items, such as keys and certs.
- EC - Static variable in class org.mozilla.jss.crypto.KeyPairAlgorithm
-
- EC - Static variable in interface org.mozilla.jss.crypto.PrivateKey
-
- EC - Static variable in class org.mozilla.jss.crypto.PrivateKey.Type
-
- EC - Static variable in class org.mozilla.jss.pkcs11.KeyType
-
- EC_PUBKEY_OID - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for EC
- ECB - Static variable in class org.mozilla.jss.crypto.EncryptionAlgorithm.Mode
-
- ECFamily - Static variable in class org.mozilla.jss.crypto.KeyPairAlgorithm
-
- ECSignature - Static variable in class org.mozilla.jss.crypto.SignatureAlgorithm
-
Raw EC signing.
- ECSignatureWithSHA1Digest - Static variable in class org.mozilla.jss.crypto.SignatureAlgorithm
-
- ECSignatureWithSHA256Digest - Static variable in class org.mozilla.jss.crypto.SignatureAlgorithm
-
- ECSignatureWithSHA384Digest - Static variable in class org.mozilla.jss.crypto.SignatureAlgorithm
-
- ECSignatureWithSHA512Digest - Static variable in class org.mozilla.jss.crypto.SignatureAlgorithm
-
- elementAt(int) - Method in class org.mozilla.jss.asn1.CHOICE.Template
-
Retrieves the element at the specified index.
- elementAt(int) - Method in class org.mozilla.jss.asn1.SET
-
Returns the element at the given index in the SET.
- elementAt(int) - Method in class org.mozilla.jss.pkix.primitive.Name
-
Returns the RDN at the given index in the Name.
- elements - Variable in class org.mozilla.jss.asn1.SET
-
- elementWithTag(Tag) - Method in class org.mozilla.jss.asn1.SET
-
Returns the element with the given Tag, or null if no element exists
with the given tag.
- EMAIL - Static variable in class org.mozilla.jss.pkcs11.PK11InternalCert
-
- EmailRecipient - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- EmailRecipient - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- EmailSigner - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- EmailSigner - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- ENABLED - Static variable in class org.mozilla.jss.CryptoManager.InitializationValues.FIPSMode
-
Enable FIPS mode.
- enableFDX(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Enable simultaneous read/write by separate read and write threads
(full duplex) for this socket.
- enableFDX(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enable simultaneous read/write by separate read and write threads
(full duplex) for this socket.
- enableRollbackDetection(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Enable rollback detection for this socket.
- enableRollbackDetection(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enable rollback detection for this socket.
- enableSSL2(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Enables SSL v2 on this socket.
- enableSSL2(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enables SSL v2 on this socket.
- enableSSL2Default(boolean) - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the default for SSL v2 for all new sockets.
- enableSSL3(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Enables SSL v3 on this socket.
- enableSSL3(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enables SSL v3 on this socket.
- enableSSL3Default(boolean) - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the default for SSL v3 for all new sockets.
- enableStepDown(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
This option, enableStepDown, is concerned with the generation
of step-down keys which are used with export suites.
- enableStepDown(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
This option, enableStepDown, is concerned with the generation
of step-down keys which are used with export suites.
- enableTLS(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Enables TLS on this socket.
- enableTLS(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enables TLS on this socket.
- enableTLSDefault(boolean) - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the default for TLS for all new sockets.
- enableV2CompatibleHello(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Enable sending v3 client hello in v2 format for this socket.
- enableV2CompatibleHello(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enable sending v3 client hello in v2 format for this socket.
- encAlg - Static variable in class org.mozilla.jss.tests.TestSDR
-
- EncapsulatedContentInfo - Class in org.mozilla.jss.pkix.cms
-
A CMS EncapsulatedContentInfo structure.
- EncapsulatedContentInfo(OBJECT_IDENTIFIER, ASN1Value) - Constructor for class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
Creates a EncapsulatedContentInfo with the given type and content.
- EncapsulatedContentInfo.Template - Class in org.mozilla.jss.pkix.cms
-
A template for decoding a EncapsulatedContentInfo blob
- EncapsulatedContentInfo.Template() - Constructor for class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo.Template
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.ANY
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.ANY
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.ASN1Header
-
- encode() - Method in class org.mozilla.jss.asn1.ASN1Header
-
- encode(ASN1Value) - Static method in class org.mozilla.jss.asn1.ASN1Util
-
- encode(Tag, ASN1Value) - Static method in class org.mozilla.jss.asn1.ASN1Util
-
- encode(OutputStream) - Method in interface org.mozilla.jss.asn1.ASN1Value
-
Write this value's DER encoding to an output stream using
its own base tag.
- encode(Tag, OutputStream) - Method in interface org.mozilla.jss.asn1.ASN1Value
-
Write this value's DER encoding to an output stream using
an implicit tag.
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.BIT_STRING
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.BIT_STRING
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.BOOLEAN
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.BOOLEAN
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.CharacterString
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.CharacterString
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.CHOICE
-
Encodes this CHOICE.
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.CHOICE
-
Encodes this CHOICE.
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.EXPLICIT
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.EXPLICIT
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.INTEGER
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.INTEGER
-
- encode() - Method in class org.mozilla.jss.asn1.INTEGER
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.NULL
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.NULL
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.OCTET_STRING
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.OCTET_STRING
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.SEQUENCE
-
Writes the DER encoding to the given output stream,
using the given implicit tag.
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.SET
-
Writes the DER encoding to the given output stream.
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.SET
-
Writes the DER encoding to the given output stream,
using the given implicit tag.
- encode(OutputStream) - Method in class org.mozilla.jss.asn1.TimeBase
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.TimeBase
-
Write the DER-encoding of this TimeBase.
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs10.CertificationRequest
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs10.CertificationRequest
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs12.CertBag
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs12.CertBag
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs12.MacData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs12.MacData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs12.PFX
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs12.PFX
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs12.SafeBag
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs12.SafeBag
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs12.SecretBag
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs12.SecretBag
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.Attribute
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.Attribute
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.ContentInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.ContentInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.DigestInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.DigestInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.EncryptedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.EncryptedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.EnvelopedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.EnvelopedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.IssuerAndSerialNumber
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.IssuerAndSerialNumber
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.SignedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.SignedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cert.Certificate
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cert.Certificate
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cert.Extension
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cert.Extension
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.GetCert
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.GetCert
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.LraPopWitness
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.LraPopWitness
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.PendInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.PendInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedCertificationRequest
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedCertificationRequest
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedContentInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedContentInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertifiedKeyPair
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertifiedKeyPair
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertOrEncCert
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertOrEncCert
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertRepContent
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertRepContent
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertResponse
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.CertResponse
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.RevRepContent
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.RevRepContent
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.ContentInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.ContentInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.EncryptedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.EncryptedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.EnvelopedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.EnvelopedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignedData
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignedData
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertId
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertId
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
Encodes this CertReqMsg to the given OutputStream using
DER encoding.
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
Encodes this CertReqMsg to the given OutputStream using
DER encoding, with the given implicit tag.
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertRequest
-
This method is not yet supported.
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertRequest
-
This method is not yet supported.
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
DER-encodes a PKIArchiveOptions.
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
DER-encodes a PKIArchiveOptions.
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
Should not be called, because POPOPrivKey is a CHOICE and cannot have
an implicit tag.
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.AlgorithmIdentifier
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.AlgorithmIdentifier
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.Attribute
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.Attribute
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.AVA
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.AVA
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.DirectoryString
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.DirectoryString
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.Name
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.Name
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.PBEParameter
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.PBEParameter
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.RDN
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.RDN
-
- encode(OutputStream) - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- encode(OutputStream) - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- encode(Tag, OutputStream) - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- encodeWithAlternateTag(Tag, OutputStream) - Method in class org.mozilla.jss.asn1.ANY
-
Extracts the contents from the ANY and encodes them with
the provided tag.
- Encoding - Class in org.mozilla.jss.SecretDecoderRing
-
An ASN.1 class for encoding the SecretDecoderRing result.
- Encoding(byte[], byte[], OBJECT_IDENTIFIER, byte[]) - Constructor for class org.mozilla.jss.SecretDecoderRing.Encoding
-
- Encoding.Template - Class in org.mozilla.jss.SecretDecoderRing
-
An ASN.1 class for decoding the SecretDecoderRing result.
- Encoding.Template() - Constructor for class org.mozilla.jss.SecretDecoderRing.Encoding.Template
-
- encodingFormat - Static variable in class org.mozilla.jss.crypto.SecretDecoderRing
-
- ENCR_CERT - Static variable in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
The SubsequentMessage field is encrCert
.
- ENCRYPT - Static variable in class org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage
-
- encrypt(byte[]) - Method in class org.mozilla.jss.crypto.SecretDecoderRing
-
Encrypts the given plaintext with the Secret Decoder Ring key stored
in the NSS key database.
- encrypt(String) - Method in class org.mozilla.jss.crypto.SecretDecoderRing
-
Encrypts the given plaintext string with the Secret Decoder Ring key
stored in the NSS key database.
- ENCRYPT - Static variable in class org.mozilla.jss.crypto.SymmetricKey.Usage
-
- encrypt(byte[]) - Method in class org.mozilla.jss.SecretDecoderRing.Encryptor
-
Encrypts a byte array.
- ENCRYPTED_DATA - Static variable in class org.mozilla.jss.pkcs7.ContentInfo
-
- ENCRYPTED_DATA - Static variable in class org.mozilla.jss.pkix.cms.ContentInfo
-
- ENCRYPTED_PRIV_KEY - Static variable in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
- ENCRYPTED_VALUE - Static variable in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- EncryptedContentInfo - Class in org.mozilla.jss.pkcs7
-
The PKCS #7 type EncryptedContentInfo, which encapsulates
encrypted data.
- EncryptedContentInfo(OBJECT_IDENTIFIER, AlgorithmIdentifier, OCTET_STRING) - Constructor for class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
Create a EnvelopedData ASN1 object.
- EncryptedContentInfo(OBJECT_IDENTIFIER, AlgorithmIdentifier, OCTET_STRING, boolean) - Constructor for class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- EncryptedContentInfo - Class in org.mozilla.jss.pkix.cms
-
The PKCS #7 type EncryptedContentInfo, which encapsulates
encrypted data.
- EncryptedContentInfo(OBJECT_IDENTIFIER, AlgorithmIdentifier, OCTET_STRING) - Constructor for class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
Create a EnvelopedData ASN1 object.
- EncryptedContentInfo(OBJECT_IDENTIFIER, AlgorithmIdentifier, OCTET_STRING, boolean) - Constructor for class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- EncryptedContentInfo.Template - Class in org.mozilla.jss.pkcs7
-
A template file for decoding a EnvelopedData blob
- EncryptedContentInfo.Template() - Constructor for class org.mozilla.jss.pkcs7.EncryptedContentInfo.Template
-
- EncryptedContentInfo.Template - Class in org.mozilla.jss.pkix.cms
-
A template file for decoding a EnvelopedData blob
- EncryptedContentInfo.Template() - Constructor for class org.mozilla.jss.pkix.cms.EncryptedContentInfo.Template
-
- EncryptedData - Class in org.mozilla.jss.pkcs7
-
The PKCS #7 structure EncryptedData.
- EncryptedData(INTEGER, EncryptedContentInfo) - Constructor for class org.mozilla.jss.pkcs7.EncryptedData
-
Creates a new EncryptedData.
- EncryptedData(EncryptedContentInfo) - Constructor for class org.mozilla.jss.pkcs7.EncryptedData
-
Creates an EncryptedData with the default version.
- EncryptedData - Class in org.mozilla.jss.pkix.cms
-
The PKCS #7 structure EncryptedData.
- EncryptedData(INTEGER, EncryptedContentInfo) - Constructor for class org.mozilla.jss.pkix.cms.EncryptedData
-
Creates a new EncryptedData.
- EncryptedData(EncryptedContentInfo) - Constructor for class org.mozilla.jss.pkix.cms.EncryptedData
-
Creates an EncryptedData with the default version.
- EncryptedData.Template - Class in org.mozilla.jss.pkcs7
-
A Template for decoding EncryptedData items.
- EncryptedData.Template() - Constructor for class org.mozilla.jss.pkcs7.EncryptedData.Template
-
- EncryptedData.Template - Class in org.mozilla.jss.pkix.cms
-
A Template for decoding EncryptedData items.
- EncryptedData.Template() - Constructor for class org.mozilla.jss.pkix.cms.EncryptedData.Template
-
- EncryptedKey - Class in org.mozilla.jss.pkix.crmf
-
- EncryptedKey(EncryptedValue) - Constructor for class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- EncryptedKey(ANY) - Constructor for class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- EncryptedKey.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template for decoding BER-encoded EncryptedKeys.
- EncryptedKey.Template() - Constructor for class org.mozilla.jss.pkix.crmf.EncryptedKey.Template
-
- EncryptedKey.Type - Class in org.mozilla.jss.pkix.crmf
-
The type of EncryptedKey.
- EncryptedPrivateKeyInfo - Class in org.mozilla.jss.pkix.primitive
-
PKCS #8 EncryptedPrivateKeyInfo.
- EncryptedPrivateKeyInfo(AlgorithmIdentifier, OCTET_STRING) - Constructor for class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
Creates an EncryptedPrivateKeyInfo from its components.
- EncryptedPrivateKeyInfo.Template - Class in org.mozilla.jss.pkix.primitive
-
A template class for decoding EncryptedPrivateKeyInfos from BER.
- EncryptedPrivateKeyInfo.Template() - Constructor for class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo.Template
-
- EncryptedValue - Class in org.mozilla.jss.pkix.crmf
-
The CRMF structure EncryptedValue for storing the encrypted
key to be archived.
- EncryptedValue(AlgorithmIdentifier, AlgorithmIdentifier, BIT_STRING, AlgorithmIdentifier, OCTET_STRING, BIT_STRING) - Constructor for class org.mozilla.jss.pkix.crmf.EncryptedValue
-
- EncryptedValue.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template class for decoding BER-encoded EncryptedValues.
- EncryptedValue.Template() - Constructor for class org.mozilla.jss.pkix.crmf.EncryptedValue.Template
-
- EncryptionAlgorithm - Class in org.mozilla.jss.crypto
-
An algorithm for performing symmetric encryption.
- EncryptionAlgorithm(int, EncryptionAlgorithm.Alg, EncryptionAlgorithm.Mode, EncryptionAlgorithm.Padding, Class, int, OBJECT_IDENTIFIER, int) - Constructor for class org.mozilla.jss.crypto.EncryptionAlgorithm
-
- EncryptionAlgorithm(int, EncryptionAlgorithm.Alg, EncryptionAlgorithm.Mode, EncryptionAlgorithm.Padding, Class[], int, OBJECT_IDENTIFIER, int) - Constructor for class org.mozilla.jss.crypto.EncryptionAlgorithm
-
- EncryptionAlgorithm.Alg - Class in org.mozilla.jss.crypto
-
- EncryptionAlgorithm.Mode - Class in org.mozilla.jss.crypto
-
- EncryptionAlgorithm.Padding - Class in org.mozilla.jss.crypto
-
- Encryptor - Class in org.mozilla.jss.SecretDecoderRing
-
Encrypts data with the SecretDecoderRing.
- Encryptor(CryptoToken, byte[], EncryptionAlgorithm) - Constructor for class org.mozilla.jss.SecretDecoderRing.Encryptor
-
Creates an Encryptor on the given CryptoToken, using the key with
the given keyID and algorithm
- END_OF_CONTENTS - Static variable in class org.mozilla.jss.asn1.Tag
-
The end-of-contents marker for indefinite length encoding.
- engine - Variable in class org.mozilla.jss.crypto.KeyPairGenerator
-
- engine - Variable in class org.mozilla.jss.crypto.Signature
-
- engineAliases() - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
Returns a list of unique aliases.
- engineContainsAlias(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineDeleteEntry(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineDigest() - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- engineDigest(byte[], int, int) - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- engineGeneratePrivate(KeySpec) - Method in class org.mozilla.jss.provider.java.security.KeyFactorySpi1_2
-
We don't support RSAPrivateKeySpec because it doesn't have enough
information.
- engineGeneratePublic(KeySpec) - Method in class org.mozilla.jss.provider.java.security.KeyFactorySpi1_2
-
- engineGeneratePublic(KeySpec) - Method in class org.mozilla.jss.provider.java.security.KeyFactorySpi1_4
-
- engineGenerateSeed(int) - Method in class org.mozilla.jss.provider.java.security.JSSSecureRandomSpi
-
- engineGetCertificate(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineGetCertificateAlias(Certificate) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineGetCertificateChain(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineGetCreationDate(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineGetDigestLength() - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- engineGetEncoded() - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineGetEncoded(String) - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineGetEncoded() - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineGetEncoded(String) - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineGetKey(String, char[]) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineGetKeyNative(String, char[]) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineGetKeySpec(Key, Class) - Method in class org.mozilla.jss.provider.java.security.KeyFactorySpi1_2
-
- engineGetParameterSpec(Class) - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineGetParameterSpec(Class) - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineInit(AlgorithmParameterSpec) - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineInit(byte[]) - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineInit(byte[], String) - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineInit(AlgorithmParameterSpec) - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineInit(byte[]) - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineInit(byte[], String) - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineInitSign(PrivateKey) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineInitSign(PrivateKey, SecureRandom) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineInitVerify(PublicKey) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineIsCertificateEntry(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
Returns true if there is a cert with this nickname but there is no
key associated with the cert.
- engineIsKeyEntry(String) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
Returns true if there is a key with this alias, or if
there is a cert with this alias that has an associated key.
- engineLoad(InputStream, char[]) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineNextBytes(byte[]) - Method in class org.mozilla.jss.provider.java.security.JSSSecureRandomSpi
-
- engineReset() - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- engineSetCertificateEntry(String, Certificate) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
NSS doesn't have a way of storing a certificate on a specific token
unless it has an associated private key.
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineSetParameter(AlgorithmParameterSpec) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineSetSeed(byte[]) - Method in class org.mozilla.jss.provider.java.security.JSSSecureRandomSpi
-
- engineSign() - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineSign(byte[], int, int) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineSize() - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineStore(OutputStream, char[]) - Method in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- engineToString() - Method in class org.mozilla.jss.provider.java.security.IvAlgorithmParameters
-
- engineToString() - Method in class org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
-
- engineTranslateKey(Key) - Method in class org.mozilla.jss.provider.java.security.KeyFactorySpi1_2
-
Translates key by calling getEncoded() to get its encoded form,
then importing the key from its encoding.
- engineUpdate(byte) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineUpdate(byte[], int, int) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- engineUpdate(byte) - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- engineUpdate(byte[], int, int) - Method in class org.mozilla.jss.provider.java.security.JSSMessageDigestSpi
-
- engineVerify(byte[]) - Method in class org.mozilla.jss.crypto.SignatureSpi
-
- ENUMERATED - Class in org.mozilla.jss.asn1
-
Represents an ASN.1 ENUMERATED
value.
- ENUMERATED(long) - Constructor for class org.mozilla.jss.asn1.ENUMERATED
-
Creates a new ENUMERATED value from a long.
- ENUMERATED.Template - Class in org.mozilla.jss.asn1
-
A template for decoding ENUMERATED values from their BER encodings.
- ENUMERATED.Template() - Constructor for class org.mozilla.jss.asn1.ENUMERATED.Template
-
- ENVELOPED_DATA - Static variable in class org.mozilla.jss.pkcs7.ContentInfo
-
- ENVELOPED_DATA - Static variable in class org.mozilla.jss.pkix.cms.ContentInfo
-
- ENVELOPED_DATA - Static variable in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- EnvelopedData - Class in org.mozilla.jss.pkcs7
-
- EnvelopedData(INTEGER, SET, EncryptedContentInfo) - Constructor for class org.mozilla.jss.pkcs7.EnvelopedData
-
Create a EnvelopedData ASN1 object.
- EnvelopedData - Class in org.mozilla.jss.pkix.cms
-
- EnvelopedData(INTEGER, SET, EncryptedContentInfo) - Constructor for class org.mozilla.jss.pkix.cms.EnvelopedData
-
Create a EnvelopedData ASN1 object.
- EnvelopedData.Template - Class in org.mozilla.jss.pkcs7
-
A template file for decoding a EnvelopedData blob
- EnvelopedData.Template() - Constructor for class org.mozilla.jss.pkcs7.EnvelopedData.Template
-
- EnvelopedData.Template - Class in org.mozilla.jss.pkix.cms
-
A template file for decoding a EnvelopedData blob
- EnvelopedData.Template() - Constructor for class org.mozilla.jss.pkix.cms.EnvelopedData.Template
-
- EOC - Static variable in class org.mozilla.jss.asn1.Tag
-
An alias for END_OF_CONTENTS.
- equals(Object) - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
- equals(Object) - Method in class org.mozilla.jss.asn1.Tag
-
Compares two tags for equality.
- equals(Object) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Deep comparison operation.
- equals(Object) - Method in class org.mozilla.jss.pkcs11.PK11Cert.StringPrincipal
-
- equals(Object) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Deep-comparison operator.
- equals(Object) - Method in class org.mozilla.jss.pkcs7.DigestInfo
-
- equals(Object) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo.Version
-
- equals(Object) - Method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- equals(Object) - Method in class org.mozilla.jss.util.NativeProxy
-
Deep comparison operator.
- equals(Object) - Method in class org.mozilla.jss.util.Password
-
Compares this password to another and returns true if they
are the same.
- ERROR - Static variable in class org.mozilla.jss.util.Debug
-
- EVERY_TIME - Static variable in interface org.mozilla.jss.crypto.CryptoToken
-
Need to provide a password before each crypto operation.
- EXPIRED_CERTIFICATE - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- EXPIRED_ISSUER_CERTIFICATE - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- EXPLICIT - Class in org.mozilla.jss.asn1
-
An explicit tag.
- EXPLICIT(Tag, ASN1Value) - Constructor for class org.mozilla.jss.asn1.EXPLICIT
-
Creates an EXPLICIT tag wrapping some other ASN1Value.
- EXPLICIT.Template - Class in org.mozilla.jss.asn1
-
A template for decoding an object wrapped in an EXPLICIT tag.
- EXPLICIT.Template(Tag, ASN1Template) - Constructor for class org.mozilla.jss.asn1.EXPLICIT.Template
-
Creates a template for unwrapping an object wrapped in an explicit tag.
- EXPORT - Static variable in class org.mozilla.jss.ssl.SSLSocket.CipherPolicy
-
- exportCertsToPKCS7(X509Certificate[]) - Method in class org.mozilla.jss.CryptoManager
-
Exports one or more certificates into a PKCS #7 certificate container.
- Extension - Class in org.mozilla.jss.pkix.cert
-
- Extension(OBJECT_IDENTIFIER, boolean, OCTET_STRING) - Constructor for class org.mozilla.jss.pkix.cert.Extension
-
- Extension.Template - Class in org.mozilla.jss.pkix.cert
-
- Extension.Template() - Constructor for class org.mozilla.jss.pkix.cert.Extension.Template
-
- extensionAt(int) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the ith extension.
- extractablePairs(boolean) - Method in class org.mozilla.jss.crypto.KeyPairGenerator
-
Tells the generator to generate extractable or unextractable
keypairs.
- extractablePairs(boolean) - Method in class org.mozilla.jss.crypto.KeyPairGeneratorSpi
-
- extractablePairs(boolean) - Method in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
- GeneralizedTime - Class in org.mozilla.jss.asn1
-
The ASN.1 type GeneralizedTime
- GeneralizedTime(Date) - Constructor for class org.mozilla.jss.asn1.GeneralizedTime
-
Creates a GeneralizedTime
from a Date.
- GeneralizedTime.Template - Class in org.mozilla.jss.asn1
-
A class for decoding GeneralizedTime
s.
- GeneralizedTime.Template() - Constructor for class org.mozilla.jss.asn1.GeneralizedTime.Template
-
- generate() - Method in interface org.mozilla.jss.crypto.KeyGenerator
-
Generates a symmetric key.
- generate(int) - Static method in class org.mozilla.jss.crypto.PQGParams
-
Generates P, Q, and G parameters for DSA key generation.
- generate(int, int) - Static method in class org.mozilla.jss.crypto.PQGParams
-
Generates P, Q, and G parameters for DSA key generation.
- generate() - Method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
Generates the key.
- generateCertRequest(String, int, String, byte[], byte[], byte[]) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Generates a b64 encoded PKCS10 blob used for making cert
request.
- generateCertRequest(String, int, String, byte[], byte[], byte[]) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Generates a PKCS#10 certificate request including Begin/End brackets
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.BMPString.Template
-
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.CharacterString.Template
-
Must be overridden to create an instance of the subclass given
a char array.
- generateInstance(Date) - Method in class org.mozilla.jss.asn1.GeneralizedTime.Template
-
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.IA5String.Template
-
- generateInstance(byte[]) - Method in class org.mozilla.jss.asn1.OCTET_STRING.Template
-
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.PrintableString.Template
-
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.TeletexString.Template
-
- generateInstance(Date) - Method in class org.mozilla.jss.asn1.TimeBase.Template
-
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.UniversalString.Template
-
- generateInstance(Date) - Method in class org.mozilla.jss.asn1.UTCTime.Template
-
- generateInstance(char[]) - Method in class org.mozilla.jss.asn1.UTF8String.Template
-
- generateKey() - Method in class org.mozilla.jss.SecretDecoderRing.KeyManager
-
Generates an SDR key with the default algorithm and key size.
- generateKey(KeyGenAlgorithm, int) - Method in class org.mozilla.jss.SecretDecoderRing.KeyManager
-
Generates an SDR key with the given algorithm and key size.
- generateKeyPair() - Method in class org.mozilla.jss.crypto.KeyPairGeneratorSpi
-
- generateKeyPair() - Method in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
Generates a key pair on a token.
- generatePBE_IV() - Method in interface org.mozilla.jss.crypto.KeyGenerator
-
Generates an Initialization Vector using a PBE algorithm.
- generatePBE_IV() - Method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
Generates an Initialization Vector using a PBE algorithm.
- generatePK10(String, int, String, byte[], byte[], byte[]) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- GenerateTestCert - Class in org.mozilla.jss.tests
-
- GenerateTestCert() - Constructor for class org.mozilla.jss.tests.GenerateTestCert
-
- generateUniqueNamedKey(String) - Method in class org.mozilla.jss.SecretDecoderRing.KeyManager
-
Generates an SDR key with the default algorithm and key size.
- generateUniqueNamedKey(KeyGenAlgorithm, int, String) - Method in class org.mozilla.jss.SecretDecoderRing.KeyManager
-
Generates an SDR key with the given algorithm, key size, and nickname.
- genIV(int) - Method in class org.mozilla.jss.tests.SymKeyGen
-
- genKeyPair() - Method in class org.mozilla.jss.crypto.KeyPairGenerator
-
Generates a new key pair.
- genPBAKey(KeyGenAlgorithm, SymmetricKey.Type, int) - Method in class org.mozilla.jss.tests.SymKeyGen
-
- genPBEKey(PBEAlgorithm, SymmetricKey.Type, int) - Method in class org.mozilla.jss.tests.SymKeyGen
-
- genPBESecretKey(String, String) - Method in class org.mozilla.jss.tests.JCASymKeyGen
-
- genPrivKeyFromSpec(TestValues) - Method in class org.mozilla.jss.tests.KeyFactoryTest
-
- genPubKeyFromSpec(TestValues) - Method in class org.mozilla.jss.tests.KeyFactoryTest
-
- genSalt(int) - Method in class org.mozilla.jss.tests.SymKeyGen
-
- genSecretKey(String, String) - Method in class org.mozilla.jss.tests.JCASymKeyGen
-
- genSymKey(KeyGenAlgorithm, SymmetricKey.Type, int, int) - Method in class org.mozilla.jss.tests.SymKeyGen
-
- get(long) - Static method in class org.mozilla.jss.asn1.Tag
-
Returns an instance of a context-specific tag with the given number.
- getAction() - Method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
Returns the action field.
- getAlg() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
Returns the base algorithm, without the parameters.
- getAlgFamily() - Method in class org.mozilla.jss.crypto.KeyPairAlgorithm
-
Returns the algorithm family for a given key pair generation algorithm.
- getAlgorithm() - Method in class org.mozilla.jss.crypto.JSSMessageDigest
-
Returns the algorithm that this digest uses.
- getAlgorithm() - Method in class org.mozilla.jss.crypto.KeyPairGenerator
-
- getAlgorithm() - Method in class org.mozilla.jss.crypto.SecretKeyFacade
-
- getAlgorithm() - Method in class org.mozilla.jss.crypto.Signature
-
Returns the name of the algorithm to be used for signing.
- getAlgorithm() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getAlgorithm() - Method in class org.mozilla.jss.pkcs11.PK11MessageDigest
-
- getAlgorithm() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
- getAlgorithm() - Method in class org.mozilla.jss.pkcs11.PK11PubKey
-
- getAlgorithm() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getAlgorithm() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getAlgorithm() - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- getAlgorithmID() - Method in class org.mozilla.jss.crypto.Signature
-
Returns the algorithm to be used for signing.
- getAlgorithmIdentifier() - Method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
Retrieves the algorithm identifier for the signature.
- getAlgorithmIdentifier() - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- getAllTokens() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves all tokens.
- getArchiveRemGenPrivKey() - Method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
Returns the key gen parameters.
- getAttributes() - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- getAttributes() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
May return null if no attributes are present.
- getAuthenticatedAttributes() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the authenticated attributes, if they exist.
- getAuthSafes() - Method in class org.mozilla.jss.pkcs12.PFX
-
- getBagAttributes() - Method in class org.mozilla.jss.pkcs12.SafeBag
-
Returns the attributes of this bag.
- getBagContent() - Method in class org.mozilla.jss.pkcs12.SafeBag
-
Returns the contents of this bag as an ANY.
- getBagType() - Method in class org.mozilla.jss.pkcs12.SafeBag
-
- getBits() - Method in class org.mozilla.jss.asn1.BIT_STRING
-
Returns the bits packed into an array of bytes, with padding
at the end.
- getBlockSize() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
The blocksize of the algorithm in bytes.
- getBlockSize() - Method in class org.mozilla.jss.crypto.KeyWrapAlgorithm
-
- getBodyIds() - Method in class org.mozilla.jss.pkix.cmc.LraPopWitness
-
- getBodyList() - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- getBodyPartID() - Method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
Returns the bodyPartID
field.
- getBodyPartID() - Method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
- getBodyPartID() - Method in class org.mozilla.jss.pkix.cmc.TaggedCertificationRequest
-
- getBodyPartID() - Method in class org.mozilla.jss.pkix.cmc.TaggedContentInfo
-
Returns the bodyPartID
field.
- getBypassPKCS11() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- getCACerts() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves all CA certificates in the trust database.
- getCaPubs() - Method in class org.mozilla.jss.pkix.cmmf.CertRepContent
-
Returns the caPubs
field, which is an array of
DER-encoded X.509 Certificates.
- getCert() - Method in class org.mozilla.jss.pkcs12.CertBag
-
Returns the cert field of the CertBag.
- GetCert - Class in org.mozilla.jss.pkix.cmc
-
CMC GetCert.
- GetCert(ANY, INTEGER) - Constructor for class org.mozilla.jss.pkix.cmc.GetCert
-
Constructs a new GetCert
from its components.
- getCert() - Method in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityItem
-
- GetCert.Template - Class in org.mozilla.jss.pkix.cmc
-
A Template for decoding a GetCert
.
- GetCert.Template() - Constructor for class org.mozilla.jss.pkix.cmc.GetCert.Template
-
- getCertByDER(KeyStore, String) - Static method in class org.mozilla.jss.tests.KeyStoreTest
-
- getCertDbPath() - Static method in class org.mozilla.jss.tests.JSS_SSLClient
-
Fetch the cert db path name
- getCertificates() - Method in interface org.mozilla.jss.crypto.CryptoStore
-
Returns all user certificates stored on this token.
- getCertificates() - Method in class org.mozilla.jss.pkcs11.PK11Store
-
- getCertificates() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns a SET of ANYs.
- getCertificates() - Method in class org.mozilla.jss.pkcs7.SignedData
-
Returns the certificates field, which is a SET of
X.509 certificates (org.mozilla.jss.pkix.cert.Certificate).
- getCertificates() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns a SET of ANYs.
- getCertificates() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
Returns the certificates field, which is a SET of
X.509 certificates (org.mozilla.jss.pkix.cert.Certificate).
- getCertificateUsages() - Static method in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- getCertificationRequest() - Method in class org.mozilla.jss.pkix.cmc.TaggedCertificationRequest
-
- getCertifiedKeyPair() - Method in class org.mozilla.jss.pkix.cmmf.CertResponse
-
Returns the optional certified key pair.
- getCertReq() - Method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
Retrieves the CertRequest contained in this structure.
- getCertReqId() - Method in class org.mozilla.jss.pkix.cmmf.CertResponse
-
- getCertReqId() - Method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
Returns the certReqId
field, which may be null
.
- getCertReqId() - Method in class org.mozilla.jss.pkix.crmf.CertRequest
-
Returns the certReqId (certificate request ID) field.
- getCertTemplate() - Method in class org.mozilla.jss.pkix.crmf.CertRequest
-
Returns the CertTemplate field.
- getCertType() - Method in class org.mozilla.jss.pkcs12.CertBag
-
Returns the certType field of the CertBag.
- getCertUsages() - Static method in class org.mozilla.jss.CryptoManager.CertUsage
-
- getCharConverter() - Method in class org.mozilla.jss.asn1.BMPString.Template
-
- getCharConverter() - Method in class org.mozilla.jss.asn1.CharacterString.Template
-
Must be overridden to return the correct character converter
for the subclass.
- getCharConverter() - Method in class org.mozilla.jss.asn1.IA5String.Template
-
- getCharConverter() - Method in class org.mozilla.jss.asn1.PrintableString.Template
-
- getCharConverter() - Method in class org.mozilla.jss.asn1.TeletexString.Template
-
- getCharConverter() - Method in class org.mozilla.jss.asn1.UniversalString.Template
-
- getCharConverter() - Method in class org.mozilla.jss.asn1.UTF8String.Template
-
- getCharCopy() - Method in class org.mozilla.jss.util.Password
-
Returns a char array that is a copy of the password.
- getChars() - Method in class org.mozilla.jss.util.Password
-
Returns the char array underlying this password.
- getCipher() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Query which cipher is being used in this session.
- getCipherContext(EncryptionAlgorithm) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Creates a Cipher object, which can be used for encryption and
decryption.
- getCipherContext(EncryptionAlgorithm) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getCipherPreference(int) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns whether this cipher is enabled or disabled on this socket.
- getCipherPreferenceDefault(int) - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the default for whether this cipher is enabled or disabled.
- getCiphertext() - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- getCmsSequence() - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- getCmsSequence() - Method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- getComment() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Returns the comment
field.
- getContent() - Method in class org.mozilla.jss.asn1.EXPLICIT
-
Returns the ASN1Value that is wrapped by this EXPLICIT tag.
- getContent() - Method in class org.mozilla.jss.pkcs7.ContentInfo
-
Returns the content encoded as an ANY.
- getContent() - Method in class org.mozilla.jss.pkix.cms.ContentInfo
-
Returns the content encoded as an ANY.
- getContent() - Method in class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
Returns the content encoded as an OCTET_STRING.
- getContentEncryptionAlgorithm() - Method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- getContentEncryptionAlgorithm() - Method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- getContentInfo() - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- getContentInfo() - Method in class org.mozilla.jss.pkcs7.SignedData
-
Returns the ContentInfo containing the signed content.
- getContentInfo() - Method in class org.mozilla.jss.pkix.cmc.TaggedContentInfo
-
Returns the contentInfo
field.
- getContentInfo() - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- getContentInfo() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
Returns the EncapsulatedContentInfo containing the signed content.
- getContentLength() - Method in class org.mozilla.jss.asn1.ASN1Header
-
Returns -1 for indefinite length encoding.
- getContentLength() - Method in class org.mozilla.jss.asn1.INTEGER
-
- getContents() - Method in class org.mozilla.jss.asn1.ANY
-
- getContentType() - Method in class org.mozilla.jss.pkcs7.ContentInfo
-
Returns the contentType field, which determines what kind of content
is contained in this ContentInfo.
- getContentType() - Method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- getContentType() - Method in class org.mozilla.jss.pkix.cms.ContentInfo
-
Returns the contentType field, which determines what kind of content
is contained in this ContentInfo.
- getContentType() - Method in class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
Returns the contentType field, which determines what kind of content
is contained in this EncapsulatedContentInfo.
- getContentType() - Method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- getControlSequence() - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- getControlSequence() - Method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- getCounter() - Method in class org.mozilla.jss.crypto.PQGParams
-
- getCritical() - Method in class org.mozilla.jss.pkix.cert.Extension
-
- GetCRL - Class in org.mozilla.jss.pkix.cmmf
-
CMMF GetCRL.
- GetCRL(ANY, ANY, GeneralizedTime, BIT_STRING) - Constructor for class org.mozilla.jss.pkix.cmmf.GetCRL
-
Constructs a GetCRL
from its components.
- GetCRL.Template - Class in org.mozilla.jss.pkix.cmmf
-
A Template for decoding a GetCRL
.
- GetCRL.Template() - Constructor for class org.mozilla.jss.pkix.cmmf.GetCRL.Template
-
- getCRLName() - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
Returns the cRLName
field, which may be null
.
- getCrls() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns a SET of ANYs.
- getCrls() - Method in class org.mozilla.jss.pkcs7.SignedData
-
Returns the crls field, which contains a SET of certificate
revocation lists represented by ANYs (org.mozilla.jss.asn1.ANY).
- getCrls() - Method in class org.mozilla.jss.pkix.cmmf.RevRepContent
-
The crls
field, which is a SEQUENCE
of
ANY
.
- getCrls() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns a SET of ANYs.
- getCrls() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
Returns the crls field, which contains a SET of certificate
revocation lists represented by ANYs (org.mozilla.jss.asn1.ANY).
- getCrm() - Method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
If type == CRMF, returns the crm field.
- getCryptoStore() - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Get the CryptoStore interface to this token's objects.
- getCryptoStore() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getCurve() - Method in class org.mozilla.jss.pkcs11.PK11ECPublicKey
-
- getCurveBA() - Method in class org.mozilla.jss.pkcs11.PK11ECPublicKey
-
- getCurveCodeByName(String) - Method in class org.mozilla.jss.crypto.KeyPairGenerator
-
- getCurveCodeByName(String) - Method in class org.mozilla.jss.crypto.KeyPairGeneratorSpi
-
- getCurveCodeByName(String) - Method in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
- getDefault() - Method in class org.mozilla.jss.asn1.SET.Template.Element
-
Returns the default value for this element, if one exists.
- getDepth() - Method in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityItem
-
- getDhMAC() - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
If type==DHMAC, returns the dhMAC field.
- getDigest() - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- getDigest() - Method in class org.mozilla.jss.pkcs7.DigestInfo
-
- getDigest() - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- getDigest() - Method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- getDigestAlg() - Method in class org.mozilla.jss.crypto.SignatureAlgorithm
-
The digest portion of the signature algorithm.
- getDigestAlgorithm() - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- getDigestAlgorithm() - Method in class org.mozilla.jss.pkcs7.DigestInfo
-
- getDigestAlgorithm() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the DigestAlgorithm used in this SignerInfo.
- getDigestAlgorithm() - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- getDigestAlgorithm() - Method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- getDigestAlgorithm() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the DigestAlgorithm used in this SignerInfo.
- getDigestAlgorithmIdentifer() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the DigestAlgorithmIdentifier used in this SignerInfo.
- getDigestAlgorithmIdentifer() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the DigestAlgorithmIdentifier used in this SignerInfo.
- getDigestAlgorithmIdentifiers() - Method in class org.mozilla.jss.pkcs7.SignedData
-
Returns the digest algorithms used by the signers to digest the
signed content.
- getDigestAlgorithmIdentifiers() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
Returns the digest algorithms used by the signers to digest the
signed content.
- getDigestAlgorithms() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns a SET of AlgorithmIdentifier.
- getDigestAlgorithms() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns a SET of AlgorithmIdentifier.
- getDigestContext(DigestAlgorithm) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Creates a Digest object.
- getDigestContext(DigestAlgorithm) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getDigestEncryptionAlgorithm() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Returns the raw signature (digest encryption) algorithm used in this
SignerInfo.
- getDigestEncryptionAlgorithm() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Returns the raw signature (digest encryption) algorithm used in this
SignerInfo.
- getDigestEncryptionAlgorithmIdentifier() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Returns the DigestEncryptionAlgorithmIdentifier used in this SignerInfo.
- getDigestEncryptionAlgorithmIdentifier() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Returns the DigestEncryptionAlgorithmIdentifier used in this SignerInfo.
- getDSAParams() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
- getECCurveBytesByX509PublicKeyBytes(byte[], boolean) - Static method in class org.mozilla.jss.asn1.ASN1Util
-
returns the ECC curve byte array given the X509 public key byte array
- getEmailTrust() - Method in interface org.mozilla.jss.crypto.InternalCertificate
-
Get the email (S/MIME) trust flags for this certificate.
- getEmailTrust() - Method in class org.mozilla.jss.pkcs11.PK11InternalCert
-
Get the email (S/MIME) trust flags for this certificate.
- getEncoded() - Method in class org.mozilla.jss.asn1.ANY
-
Returns the complete encoding of header and contents, as passed into
the constructor or read from a BER input stream.
- getEncoded() - Method in class org.mozilla.jss.crypto.SecretKeyFacade
-
- getEncoded() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getEncoded() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
Returns the DER encoding of this certificate.
- getEncoded() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getEncoded() - Method in class org.mozilla.jss.pkcs11.PK11ParameterSpec
-
- getEncoded() - Method in class org.mozilla.jss.pkcs11.PK11PubKey
-
Returns a DER-encoded SubjectPublicKeyInfo representing this key.
- getEncoded() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getEncoded() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getEncoded() - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- getEncryptedContent() - Method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- getEncryptedContent() - Method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- getEncryptedContentInfo() - Method in class org.mozilla.jss.pkcs7.EncryptedData
-
- getEncryptedContentInfo() - Method in class org.mozilla.jss.pkcs7.EnvelopedData
-
- getEncryptedContentInfo() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns the encrypted content.
- getEncryptedContentInfo() - Method in class org.mozilla.jss.pkix.cms.EncryptedData
-
- getEncryptedContentInfo() - Method in class org.mozilla.jss.pkix.cms.EnvelopedData
-
- getEncryptedContentInfo() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns the encrypted content.
- getEncryptedData() - Method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
- getEncryptedDigest() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the encrypted digest.
- getEncryptedDigest() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the encrypted digest.
- getEncryptedKey() - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- getEncryptedKey() - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- getEncryptedKey() - Method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
Returns the encrypted key.
- getEncryptedPrivateKeyInfo(X509Certificate, PBEAlgorithm, Password, int) - Method in interface org.mozilla.jss.crypto.CryptoStore
-
- getEncryptedPrivateKeyInfo(X509Certificate, PBEAlgorithm, Password, int) - Method in class org.mozilla.jss.pkcs11.PK11Store
-
- getEncryptedValue() - Method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
Should only be called if getType
returns
ENCRYPTED_VALUE
.
- getEncryptionAlg() - Method in class org.mozilla.jss.crypto.PBEAlgorithm
-
Returns the EncryptionAlgorithm that should be used with keys
generated with this PBEAlgorithm.
- getEncryptionAlgorithm() - Method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
- getEncryptionOID() - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- getEncSymmKey() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
May return null
.
- getEncValue() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
- getEnvelopedData() - Method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
Should only be called if getType
returns
ENVELOPED_DATA
.
- getErrcode() - Method in exception org.mozilla.jss.ssl.SSLSocketException
-
Returns an error code, as defined in class
org.mozilla.jss.util.NativeErrcodes.
- getExtension(OBJECT_IDENTIFIER) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
Linearly searches the extension list for an extension with the given
object identifier.
- getExtensions() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
Returns the extensions of this certificate.
- getExternalTokens() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves all tokens except those built into NSS.
- getExtnId() - Method in class org.mozilla.jss.pkix.cert.Extension
-
Returns the extension identifier.
- getExtnValue() - Method in class org.mozilla.jss.pkix.cert.Extension
-
- getFailInfo() - Method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
If type == FAIL, returns the failInfo field.
- getFIPSKeyStorageSlotDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 FIPS
Key Storage slot.
- getFIPSSlotDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 FIPS slot.
- getForm() - Method in class org.mozilla.jss.asn1.ASN1Header
-
Returns the Form, PRIMITIVE or CONSTRUCTED.
- getForm() - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER.Template
-
- getFormat() - Method in class org.mozilla.jss.crypto.SecretKeyFacade
-
- getFormat() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getFormat() - Method in class org.mozilla.jss.pkcs11.PK11PubKey
-
The name of the primary encoding format of this key.
- getFormat() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getFormat() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getH() - Method in class org.mozilla.jss.crypto.PQGParams
-
- getHeader() - Method in class org.mozilla.jss.asn1.ANY
-
Returns the ASN.1 header from the encoding.
- getImplementedCipherSuites() - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Returns a list of cipher suites that are implemented by NSS.
- getImplicitTag() - Method in class org.mozilla.jss.asn1.SET.Template.Element
-
- getInetAddress() - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
- getInetAddress() - Method in class org.mozilla.jss.ssl.SSLSocket
-
- getInfo() - Method in class org.mozilla.jss.pkcs10.CertificationRequest
-
Returns the information (TBSCertificationRequest) contained in this CertificationRequest.
- getInfo() - Method in class org.mozilla.jss.pkix.cert.Certificate
-
Returns the information (TBSCertificate) contained in this certificate.
- getInputStream() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the input stream for reading from this socket.
- getInstance() - Static method in class org.mozilla.jss.asn1.NULL
-
- getInstance() - Static method in class org.mozilla.jss.CryptoManager
-
Retrieve the single instance of CryptoManager.
- getIntendedAlg() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
May return null
.
- getInternalCryptoToken() - Method in interface org.mozilla.jss.crypto.TokenSupplier
-
- getInternalCryptoToken() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves the internal cryptographic services token.
- getInternalKeyStorageSlotDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 key storage slot.
- getInternalKeyStorageToken() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves the internal key storage token.
- getInternalKeyStorageTokenDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 key storage token.
- getInternalSlotDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 slot.
- getInternalTokenDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 token.
- getInterpretedBagContent() - Method in class org.mozilla.jss.pkcs12.SafeBag
-
Returns the bagContent interpreted by type.
- getInterpretedCert() - Method in class org.mozilla.jss.pkcs12.CertBag
-
Returns the cert field of the CertBag based on its type.
- getInterpretedContent() - Method in class org.mozilla.jss.pkcs7.ContentInfo
-
Returns the content, interpreted based on its type.
- getInterpretedContent() - Method in class org.mozilla.jss.pkix.cms.ContentInfo
-
Returns the content, interpreted based on its type.
- getInvalidityDate() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Returns the invalidityDate field.
- getIssuer() - Method in class org.mozilla.jss.pkcs7.IssuerAndSerialNumber
-
- getIssuer() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getIssuer() - Method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
Returns the issuer
field as an SEQUENCE of
ANY
.
- getIssuer() - Method in class org.mozilla.jss.pkix.cmc.GetCert
-
Returns the issuerName
field as an ANY
.
- getIssuer() - Method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
Returns the issuer
field.
- getIssuer() - Method in class org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
-
- getIssuer() - Method in class org.mozilla.jss.pkix.crmf.CertId
-
Returns the issuer
field as an ANY
.
- getIssuer() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the issuer field of this CertTemplate.
- getissuerAndSerialNumber() - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- getIssuerAndSerialNumber() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the issuer and serial number of the certificate whose
private key was used to sign the SignerInfo.
- getissuerAndSerialNumber() - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- getIssuerAndSerialNumber() - Method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
If type == ISSUER_AND_SERIALNUMBER, returns the IssuerAndSerialNumber
field.
- getIssuerDN() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
Returns the RFC 1485 ASCII encoding of the issuer's Subject Name.
- getIssuerDN() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getIssuerDNString() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getIssuerName() - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
Returns the issuerName
field.
- getIssuerName() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Returns the issuerName
field as an ANY.
- getIssuerUID() - Method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
Returns the issuerUID
field.
- getIssuerUID() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the issuerUID field of this CertTemplate.
- getIssuerUniqueIdentifier() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
Should only be called if this field is present.
- getIterations() - Method in class org.mozilla.jss.crypto.PBEKeyGenParams
-
Returns the iteration count.
- getIterations() - Method in class org.mozilla.jss.pkix.primitive.PBEParameter
-
- getIV() - Method in class org.mozilla.jss.crypto.IVParameterSpec
-
Returns a reference to an internal copy of the initialization vector.
- getIv() - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- getIVLength() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
Returns the number of bytes that this algorithm expects in
its initialization vector.
- getKeepAlive() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the current setting of the SO_KEEPALIVE socket option.
- getKey(KeyStore, String) - Static method in class org.mozilla.jss.tests.KeyStoreTest
-
- getKeyAgreement() - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
If type == KEY_AGREEMENT, returns the keyAgreement field.
- getKeyAlg() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
May return null
.
- getKeyData() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getKeyData() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getKeyEncipherment() - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
If type == KEY_ENCIPHERMENT, returns the keyEncipherment field.
- getKeyEncryptionAlgorithmID() - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- getKeyEncryptionAlgorithmID() - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- getKeyGenAlg() - Method in class org.mozilla.jss.crypto.SymmetricKey.Type
-
- getKeyGenerator(KeyGenAlgorithm) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Creates a KeyGenerator object, which can be used to generate
symmetric encryption keys.
- getKeyGenerator(KeyGenAlgorithm) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getKeyID() - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- getKeyPairGenerator(KeyPairAlgorithm) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Creates a KeyPairGenerator object, which can be used to generate
key pairs.
- getKeyPairGenerator(KeyPairAlgorithm) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getKeySize() - Method in class org.mozilla.jss.crypto.RSAParameterSpec
-
Returns the size of the modulus in bits.
- getKeystore() - Method in class org.mozilla.jss.tests.JSSE_SSLServer
-
Get the location of keystore file.
- getKeystoreLoc() - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
Get the location of rsa.pfx
- getKeyStrength() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
Returns the key strength of this algorithm in bits.
- getKeyType() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
- getKeyType() - Method in class org.mozilla.jss.pkcs11.PK11PubKey
-
- getKeyType() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getKeyTypeFromAlgorithm(Algorithm) - Static method in class org.mozilla.jss.pkcs11.KeyType
-
Returns the KeyType corresponding to the given Algorithm.
- getKeyWrapper(KeyWrapAlgorithm) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
- getKeyWrapper(KeyWrapAlgorithm) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getLength() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getLength() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
Returns the length of the key in bytes, as returned by
PK11_GetKeyLength().
- getLevel() - Static method in class org.mozilla.jss.util.Debug
-
Get debugging level of the application.
- getLevelStr() - Static method in class org.mozilla.jss.util.Debug
-
- getLibraryDescription() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the description of the internal PKCS #11 module.
- getLibraryName() - Method in class org.mozilla.jss.pkcs11.PK11Module
-
Returns the name of the shared library implementing this module.
- getLocalAddress() - Method in class org.mozilla.jss.ssl.SSLSocket
-
- getLocalKeyIDFromCert(byte[]) - Static method in class org.mozilla.jss.pkcs12.SafeBag
-
Computes the LocalKeyID attribute that should be stored with a key
and certificate.
- getLocalPort() - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
- getLocalPort() - Method in class org.mozilla.jss.ssl.SSLSocket
-
- getLoginMode() - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Returns the login mode of this token: ONE_TIME, TIMEOUT, or
EVERY_TIME.
- getLoginMode() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getLoginTimeoutMinutes() - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Returns the login timeout period.
- getLoginTimeoutMinutes() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getMac() - Method in class org.mozilla.jss.pkcs12.MacData
-
- getMacData() - Method in class org.mozilla.jss.pkcs12.PFX
-
Returns the MacData of this PFX, which is used to verify the contents.
- getMacIterationCount() - Method in class org.mozilla.jss.pkcs12.MacData
-
- getMacSalt() - Method in class org.mozilla.jss.pkcs12.MacData
-
- getManufacturerID() - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Returns the Manufacturer ID of the internal PKCS #11 module.
- getMode() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
Returns the mode of this algorithm.
- getModules() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves all installed cryptographic modules.
- getModulus() - Method in class org.mozilla.jss.pkcs11.PK11RSAPublicKey
-
- getName() - Method in class org.mozilla.jss.asn1.OCTET_STRING.Template
-
- getName() - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Obtain the nickname, or label, of this token.
- getName() - Method in class org.mozilla.jss.pkcs11.PK11Cert.StringPrincipal
-
- getName() - Method in class org.mozilla.jss.pkcs11.PK11Module
-
Returns the common name of this module.
- getName() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getName() - Method in class org.mozilla.jss.util.PasswordCallbackInfo
-
The name of the file or token that is being logged into.
- getNickname() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
Returns the possibly-null nickname of this certificate.
- getNickname() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getNotAfter() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getNotAfter() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the notAfter field of this CertTemplate.
- getNotBefore() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getNotBefore() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the notBefore field of this CertTemplate.
- getNum() - Method in class org.mozilla.jss.asn1.Tag
-
Returns the tag number.
- getNumber() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo.Version
-
- getNumbers() - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
- getObjectSigningTrust() - Method in interface org.mozilla.jss.crypto.InternalCertificate
-
Get the object signing trust flags for this certificate.
- getObjectSigningTrust() - Method in class org.mozilla.jss.pkcs11.PK11InternalCert
-
Get the object signing trust flags for this certificate.
- getOID() - Method in class org.mozilla.jss.pkix.primitive.AlgorithmIdentifier
-
- getOID() - Method in class org.mozilla.jss.pkix.primitive.AVA
-
- getOIDdescription(byte[]) - Static method in class org.mozilla.jss.asn1.ASN1Util
-
getOIDdescription() returns a text description of the OID
from OID byte array
the OID byte array is expected to be without the OID Tag (6) and size
(together 2 bytes)
- getOtherInfo() - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- getOtherMsgSequence() - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- getOtherMsgSequence() - Method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- getOtherMsgType() - Method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
Returns the otherMsgType
field.
- getOtherMsgValue() - Method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
Returns the otherMsgValue
field.
- getOutputSize() - Method in class org.mozilla.jss.crypto.DigestAlgorithm
-
Returns the output size in bytes for this algorithm.
- getOutputSize() - Method in class org.mozilla.jss.crypto.JSSMessageDigest
-
Returns the length of the digest created by this digest's
digest algorithm.
- getOutputStream() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the output stream for writing to this socket.
- getOwningToken() - Method in interface org.mozilla.jss.crypto.PrivateKey
-
Returns the CryptoToken that owns this private key.
- getOwningToken() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getOwningToken() - Method in interface org.mozilla.jss.crypto.TokenCertificate
-
Returns the CryptoToken that owns this certificate.
- getOwningToken() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getOwningToken() - Method in class org.mozilla.jss.pkcs11.PK11InternalTokenCert
-
- getOwningToken() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
Returns a new CryptoToken where this key resides.
- getOwningToken() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getOwningToken() - Method in class org.mozilla.jss.pkcs11.PK11TokenCert
-
- getPadCount() - Method in class org.mozilla.jss.asn1.BIT_STRING
-
Returns the number of padding bits at the end of the array.
- getPadding() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
Returns the padding type of this algorithm.
- getPaddingType() - Method in class org.mozilla.jss.crypto.EncryptionAlgorithm
-
Returns the type of padding for this algorithm.
- getParameterClass() - Method in class org.mozilla.jss.crypto.Algorithm
-
Deprecated.
Call getParameterClasses() instead.
- getParameterClasses() - Method in class org.mozilla.jss.crypto.Algorithm
-
The types of parameter that this algorithm expects.
- getParameters() - Method in class org.mozilla.jss.pkix.primitive.AlgorithmIdentifier
-
If this instance was constructed, returns the
parameter passed in to the constructer.
- getParams() - Method in class org.mozilla.jss.pkcs11.PK11DSAPublicKey
-
- getPassphrase() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Deprecated.
The passphrase field has been renamed
sharedSecret. Call getSharedSecret instead.
- getPassword() - Method in class org.mozilla.jss.crypto.PBEKeyGenParams
-
Returns a reference to the password, not a copy.
- getPasswordAgain(PasswordCallbackInfo) - Method in class org.mozilla.jss.tests.FilePasswordCallback
-
- getPasswordAgain(PasswordCallbackInfo) - Method in class org.mozilla.jss.util.ConsolePasswordCallback
-
- getPasswordAgain(PasswordCallbackInfo) - Method in class org.mozilla.jss.util.NullPasswordCallback
-
- getPasswordAgain(PasswordCallbackInfo) - Method in class org.mozilla.jss.util.Password
-
An implementation of PasswordCallback.getPasswordAgain
.
- getPasswordAgain(PasswordCallbackInfo) - Method in interface org.mozilla.jss.util.PasswordCallback
-
Tries supplying a password again.
- GetPasswordByteCopy(Password) - Static method in class org.mozilla.jss.util.Tunnel
-
- getPasswordCallback() - Method in class org.mozilla.jss.CryptoManager
-
Returns the currently registered password callback.
- getPasswordFirstAttempt(PasswordCallbackInfo) - Method in class org.mozilla.jss.tests.FilePasswordCallback
-
- getPasswordFirstAttempt(PasswordCallbackInfo) - Method in class org.mozilla.jss.util.ConsolePasswordCallback
-
- getPasswordFirstAttempt(PasswordCallbackInfo) - Method in class org.mozilla.jss.util.NullPasswordCallback
-
- getPasswordFirstAttempt(PasswordCallbackInfo) - Method in class org.mozilla.jss.util.Password
-
An implementation of
PasswordCallback.getPasswordFirstAttempt
.
- getPasswordFirstAttempt(PasswordCallbackInfo) - Method in interface org.mozilla.jss.util.PasswordCallback
-
Supplies a password.
- getPeerCertificate() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Retrieve certificate presented by the other other end
of the socket Not Supported in NSS 2.0 Beta release.
- getPendInfo() - Method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
If type == PEND, returns the pendInfo field.
- getPendTime() - Method in class org.mozilla.jss.pkix.cmc.PendInfo
-
- getPendToken() - Method in class org.mozilla.jss.pkix.cmc.PendInfo
-
- getPermCerts() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves all certificates in the trust database.
- getPKCS11Type() - Method in class org.mozilla.jss.crypto.PrivateKey.Type
-
- getPKIArchiveOptions() - Method in class org.mozilla.jss.pkix.crmf.Control
-
Returns the value of this control as a PKIArchiveOptions, if it
actually is a PKIArchiveOptions.
- getPKIDataBodyid() - Method in class org.mozilla.jss.pkix.cmc.LraPopWitness
-
- getPKIPublicationInfo() - Method in class org.mozilla.jss.pkix.crmf.Control
-
Returns the value of this control as a PKIPublicationInfo, if it
actually is a PKIPublicationInfo.
- getPKIStatusInfo() - Method in class org.mozilla.jss.pkix.cmmf.CertResponse
-
- getPop() - Method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
Returns the pop field.
- getPoposkInput() - Method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
Retrieves the input to the Proof-of-Possession of the signing key.
- getPort() - Method in class org.mozilla.jss.ssl.SSLSocket
-
- getPrivateKey() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getPrivateKeyAlgorithm() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getPrivateKeys() - Method in interface org.mozilla.jss.crypto.CryptoStore
-
Returns all private keys stored on this token.
- getPrivateKeys() - Method in class org.mozilla.jss.pkcs11.PK11Store
-
- getProvider() - Method in class org.mozilla.jss.crypto.Signature
-
This is not supported yet.
- getProvider() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getProvider() - Method in class org.mozilla.jss.tests.JSSE_SSLServer
-
Get the configured provider.
- getProxy() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getPublicExponent() - Method in class org.mozilla.jss.crypto.RSAParameterSpec
-
Returns the public exponent e.
- getPublicExponent() - Method in class org.mozilla.jss.pkcs11.PK11RSAPublicKey
-
- getPublicKey() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
Extracts the Public Key from this certificate.
- getPublicKey() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getPublicKey() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the publicKey field of this CertTemplate.
- getPubLocation(int) - Method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
Returns the pubLocation in the SinglePubInfo at the given index.
- getPubMethod(int) - Method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
Returns the pubMethod in the SinglePubInfo at the given index.
- getRandomGenerator() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getRawAlg() - Method in class org.mozilla.jss.crypto.SignatureAlgorithm
-
- getReason() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Returns the reason
field, which should indicate the
reason for the revocation.
- getReason() - Method in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityItem
-
- getReasons() - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
Returns the reasons
field, which may be null
.
- getReasons() - Method in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
returns an enumeration.
- getReceiveBufferSize() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returnst he size (in bytes) of the receive buffer.
- getRecipientInfos() - Method in class org.mozilla.jss.pkcs7.EnvelopedData
-
- getRecipientInfos() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns a SET of RecipientInfo.
- getRecipientInfos() - Method in class org.mozilla.jss.pkix.cms.EnvelopedData
-
- getRecipientInfos() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns a SET of RecipientInfo.
- getRegInfo() - Method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
Returns the regInfo field.
- getRegistryIndex() - Method in class org.mozilla.jss.util.NativeProxy
-
- getRegistryIndices() - Static method in class org.mozilla.jss.util.NativeProxy
-
- getRemoteIssuer() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Get the distinguished name of the remote certificate's issuer
- getRemoteSubject() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Get the distinguished name of the subject of the remote certificate
- getRemoveTrailingZeroes() - Method in class org.mozilla.jss.asn1.BIT_STRING
-
Determines whether the DER-encoding of this bitstring will have
its trailing zeroes removed.
- getReqSequence() - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- getResponse() - Method in class org.mozilla.jss.pkix.cmmf.CertRepContent
-
Returns the response
field, which is a SEQUENCE
of CertResponse
- getReuseAddress() - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
- getRevCerts() - Method in class org.mozilla.jss.pkix.cmmf.RevRepContent
-
The revCerts
field, which is a SEQUENCE
of CertId
.
- getRFC1485() - Method in class org.mozilla.jss.pkix.primitive.Name
-
- getSafeContentsAt(Password, int) - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
Returns the SafeContents at the given index in the AuthenticatedSafes,
decrypting it if necessary.
- getSalt() - Method in class org.mozilla.jss.crypto.PBEKeyGenParams
-
Returns a reference to the salt.
- getSalt() - Method in class org.mozilla.jss.pkix.primitive.PBEParameter
-
- getSaltLength() - Method in class org.mozilla.jss.crypto.PBEAlgorithm
-
Returns the number of bytes of salt that should be supplied when
generating keys with this algorithm.
- getSecret() - Method in class org.mozilla.jss.pkcs12.SecretBag
-
Returns the secret stored in the SecretBag.
- getSecretType() - Method in class org.mozilla.jss.pkcs12.SecretBag
-
Returns the type of secret stored in the SecretBag.
- getSecureRNG() - Method in interface org.mozilla.jss.crypto.TokenSupplier
-
- getSecureRNG() - Method in class org.mozilla.jss.CryptoManager
-
Retrieves a FIPS-140-2 validated random number generator.
- getSecurityStatus() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Get exact security status of socket.
- getSeed() - Method in class org.mozilla.jss.crypto.PQGParams
-
- getSendBufferSize() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the size (in bytes) of the send buffer.
- getSequence() - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
Returns the raw SEQUENCE which constitutes this
AuthenticatedSafes.
- getSerial() - Method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
Returns the serial
field.
- getSerialNumber() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
Returns the serial number of this certificate.
- getSerialNumber() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getSerialNumber() - Method in class org.mozilla.jss.pkcs7.IssuerAndSerialNumber
-
- getSerialNumber() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getSerialNumber() - Method in class org.mozilla.jss.pkix.cmc.GetCert
-
Returns the serialNumber
field.
- getSerialNumber() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Returns the serialNumber
field.
- getSerialNumber() - Method in class org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
-
- getSerialNumber() - Method in class org.mozilla.jss.pkix.crmf.CertId
-
Returns the serialNumber
field.
- getSerialNumber() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the serialNumber field of this CertTemplate.
- getSerialNumber() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Get the serial number of the remote certificate
- getSerialNumberByteArray() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getSessionKeySize() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Query how many bits long the session key is.
- getSessionSecretSize() - Method in class org.mozilla.jss.ssl.SSLSecurityStatus
-
To satisfy export restrictions, some of the session key may
be revealed.
- getSharedSecret() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
Returns the sharedSecret
field.
- getSignature() - Method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
Retrieves the signature.
- getSignature() - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
If type == SIGNATURE, returns the signature field.
- getSignatureAlgId() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getSignatureContext(SignatureAlgorithm) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Creates a Signature object, which can perform signing and signature
verification.
- getSignatureContext(SignatureAlgorithm) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- getSignedAttributes() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the signed attributes, if they exist.
- getSignerIdentifier() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the SignerIdentifier.
- getSignerInfos() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns a SET of SignerInfo.
- getSignerInfos() - Method in class org.mozilla.jss.pkcs7.SignedData
-
Returns the signerInfos field, which is a SET of
org.mozilla.jss.pkcs7.SignerInfo.
- getSignerInfos() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns a SET of SignerInfo.
- getSignerInfos() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
Returns the signerInfos field, which is a SET of
org.mozilla.jss.pkcs7.SignerInfo.
- getSigningAlg() - Method in class org.mozilla.jss.crypto.SignatureAlgorithm
-
The raw encryption portion of the signature algorithm.
- getSigningAlg() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the signingAlg field of this CertTemplate.
- getSize() - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
Returns the size of the sequence, which is the number of SafeContents
in this AuthenticatedSafes.
- getSocket() - Method in class org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
-
get socket on which the event occured
- getSockTotal() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
returns the total number SSLSockets created.
- getSoLinger() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the current value of the SO_LINGER socket option.
- getSoTimeout() - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Returns the current value of the SO_TIMEOUT socket option.
- getSoTimeout() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the current value of the SO_TIMEOUT socket option.
- getSSLDefaultOptions() - Static method in class org.mozilla.jss.ssl.SSLSocket
-
- getSSLOptions() - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
- getSSLOptions() - Method in class org.mozilla.jss.ssl.SSLSocket
-
- getSSLTrust() - Method in interface org.mozilla.jss.crypto.InternalCertificate
-
Get the SSL trust flags for this certificate.
- getSSLTrust() - Method in class org.mozilla.jss.pkcs11.PK11InternalCert
-
Get the SSL trust flags for this certificate.
- getStatus() - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- getStatus() - Method in class org.mozilla.jss.pkix.cmmf.RevRepContent
-
The status
field, which is a SEQUENCE
of PKIStatusInfo
.
- getStatus() - Method in class org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
-
get security information about this socket, including
cert data
- getStatus() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the security status of this socket.
- getStatusString() - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- getStrength() - Method in interface org.mozilla.jss.crypto.PrivateKey
-
Returns the size, in bits, of the modulus of an RSA key.
- getStrength() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getStrength() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
Returns the size in bits of the modulus of an RSA Private key.
- getStrength() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
Returns key strength, measured as the number of bits of secret material.
- getSubject() - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- getSubject() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getSubject() - Method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
Returns the subject
field.
- getSubject() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the subject field of this CertTemplate.
- getSubjectDN() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
Returns the RFC 1485 ASCII encoding of the Subject Name.
- getSubjectDN() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getSubjectDNString() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getSubjectKeyIdentifier() - Method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
If type == SUBJECT_KEY_IDENTIFIER, returns the SubjectKeyIdentifier
field.
- getSubjectPublicKey() - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- getSubjectPublicKeyInfo() - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- getSubjectPublicKeyInfo() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getSubjectUID() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the subjectUID field of this CertTemplate.
- getSubjectUniqueIdentifier() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getSubsequentMessage() - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
If type==SUBSEQUENT_MESSAGE, returns the subsequentMessage field.
- getSuccess() - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Set status return value to success.
- getSuccess() - Method in class org.mozilla.jss.tests.JSS_FileUploadServer
-
- getSuccess() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Set status return value to success.
- getSuccess() - Method in class org.mozilla.jss.tests.JSS_SelfServServer
-
- getSuccess() - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Set status return value to success.
- getSuccess() - Method in class org.mozilla.jss.tests.JSS_SSLServer
-
- getSuccess() - Method in class org.mozilla.jss.tests.SSLClientAuth
-
- getSymmAlg() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
May return null
.
- getTag() - Method in class org.mozilla.jss.asn1.ANY
-
Returns the tag of this value.
- getTag() - Method in class org.mozilla.jss.asn1.ASN1Header
-
- getTag() - Method in interface org.mozilla.jss.asn1.ASN1Value
-
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
- getTag() - Method in class org.mozilla.jss.asn1.BIT_STRING
-
- getTag() - Method in class org.mozilla.jss.asn1.BMPString
-
- getTag() - Method in class org.mozilla.jss.asn1.BMPString.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.BOOLEAN
-
- getTag() - Method in class org.mozilla.jss.asn1.CharacterString
-
- getTag() - Method in class org.mozilla.jss.asn1.CharacterString.Template
-
Must be overridden to return the tag for the subclass.
- getTag() - Method in class org.mozilla.jss.asn1.CHOICE
-
Returns the tag that the chosen element is encoded with, which is
either the underlying tag of the element or an implicit tag.
- getTag() - Method in class org.mozilla.jss.asn1.ENUMERATED
-
- getTag() - Method in class org.mozilla.jss.asn1.EXPLICIT
-
Returns the Tag of this EXPLICIT tag.
- getTag() - Method in class org.mozilla.jss.asn1.GeneralizedTime
-
- getTag() - Method in class org.mozilla.jss.asn1.GeneralizedTime.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.IA5String
-
- getTag() - Method in class org.mozilla.jss.asn1.IA5String.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.INTEGER
-
- getTag() - Method in class org.mozilla.jss.asn1.NULL
-
- getTag() - Method in class org.mozilla.jss.asn1.NULL.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
- getTag() - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.OCTET_STRING
-
- getTag() - Method in class org.mozilla.jss.asn1.OCTET_STRING.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.PrintableString
-
- getTag() - Method in class org.mozilla.jss.asn1.PrintableString.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.SEQUENCE
-
- getTag() - Method in class org.mozilla.jss.asn1.SET
-
- getTag() - Method in class org.mozilla.jss.asn1.TeletexString
-
- getTag() - Method in class org.mozilla.jss.asn1.TeletexString.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.TimeBase
-
- getTag() - Method in class org.mozilla.jss.asn1.TimeBase.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.UniversalString
-
- getTag() - Method in class org.mozilla.jss.asn1.UniversalString.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.UTCTime
-
- getTag() - Method in class org.mozilla.jss.asn1.UTCTime.Template
-
- getTag() - Method in class org.mozilla.jss.asn1.UTF8String
-
- getTag() - Method in class org.mozilla.jss.asn1.UTF8String.Template
-
- getTag() - Method in class org.mozilla.jss.pkcs10.CertificationRequest
-
- getTag() - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- getTag() - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
- getTag() - Method in class org.mozilla.jss.pkcs12.CertBag
-
- getTag() - Method in class org.mozilla.jss.pkcs12.MacData
-
- getTag() - Method in class org.mozilla.jss.pkcs12.PFX
-
- getTag() - Method in class org.mozilla.jss.pkcs12.SafeBag
-
- getTag() - Method in class org.mozilla.jss.pkcs12.SecretBag
-
- getTag() - Method in class org.mozilla.jss.pkcs7.Attribute
-
- getTag() - Method in class org.mozilla.jss.pkcs7.ContentInfo
-
- getTag() - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- getTag() - Method in class org.mozilla.jss.pkcs7.DigestInfo
-
- getTag() - Method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- getTag() - Method in class org.mozilla.jss.pkcs7.EncryptedData
-
- getTag() - Method in class org.mozilla.jss.pkcs7.EnvelopedData
-
- getTag() - Method in class org.mozilla.jss.pkcs7.EnvelopedData.Template
-
- getTag() - Method in class org.mozilla.jss.pkcs7.IssuerAndSerialNumber
-
- getTag() - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- getTag() - Method in class org.mozilla.jss.pkcs7.RecipientInfo.Template
-
- getTag() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
- getTag() - Method in class org.mozilla.jss.pkcs7.SignedData
-
- getTag() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cert.Certificate
-
- getTag() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cert.Extension
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.GetCert
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.LraPopWitness
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.PendInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.PKIData
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.TaggedCertificationRequest
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.TaggedContentInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.CertifiedKeyPair
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.CertOrEncCert
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.CertRepContent
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.CertResponse
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.RevRepContent
-
- getTag() - Method in class org.mozilla.jss.pkix.cmmf.RevRequest
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.ContentInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.EncryptedData
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.EnvelopedData
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.EnvelopedData.Template
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.RecipientInfo.Template
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
- getTag() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.CertId
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.CertRequest
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
- getTag() - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.AlgorithmIdentifier
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.Attribute
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.AVA
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.DirectoryString
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.Name
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.PBEParameter
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.RDN
-
- getTag() - Method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- getTag() - Method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- getTagClass() - Method in class org.mozilla.jss.asn1.Tag
-
Returns the tag class.
- getTcpNoDelay() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Returns the current setting of the TCP_NO_DELAY socket option.
- getTcr() - Method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
If type == PKCS10, returns the tcr field.
- getTemplate() - Static method in class org.mozilla.jss.asn1.ANY
-
Returns a singleton instance of a decoding template.
- getTemplate() - Static method in class org.mozilla.jss.asn1.BIT_STRING
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.BMPString
-
Returns a singleton instance of BMPString.Template.
- getTemplate() - Static method in class org.mozilla.jss.asn1.BOOLEAN
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.CHOICE
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.ENUMERATED
-
- getTemplate(Tag, ASN1Template) - Static method in class org.mozilla.jss.asn1.EXPLICIT
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.GeneralizedTime
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.IA5String
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.INTEGER
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.NULL
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.OCTET_STRING
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.PrintableString
-
Returns a singleton instance of the decoding template for this class.
- getTemplate() - Static method in class org.mozilla.jss.asn1.SEQUENCE
-
- getTemplate() - Method in class org.mozilla.jss.asn1.SET.Template.Element
-
Returns the template for this element.
- getTemplate() - Static method in class org.mozilla.jss.asn1.TeletexString
-
Returns a singleton instance of the decoding template for this class.
- getTemplate() - Static method in class org.mozilla.jss.asn1.UniversalString
-
Returns a singleton instance of the decoding template for this class.
- getTemplate() - Static method in class org.mozilla.jss.asn1.UTCTime
-
- getTemplate() - Static method in class org.mozilla.jss.asn1.UTF8String
-
Returns a singleton instance of UTF8String.Template.
- getTemplate() - Static method in class org.mozilla.jss.pkcs10.CertificationRequest
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs12.CertBag
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs12.MacData
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs12.SafeBag
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs12.SecretBag
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.Attribute
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.ContentInfo
-
Returns a singleton instance of a decoding template for ContentInfo.
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.DigestInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.EncryptedContentInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.EncryptedData
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.IssuerAndSerialNumber
-
Returns a singleton template instance.
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkcs7.SignerInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cert.Certificate
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cert.Extension
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.CMCCertId
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.GetCert
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.LraPopWitness
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.OtherMsg
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.PendInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.PKIData
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.ResponseBody
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.TaggedCertificationRequest
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.TaggedContentInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmmf.IssuerAndSubject
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.ContentInfo
-
Returns a singleton instance of a decoding template for ContentInfo.
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.DigestInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.EncapsulatedContentInfo
-
Returns a singleton instance of a decoding template for EncapsulatedContentInfo.
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.EncryptedContentInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.EncryptedData
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
-
Returns a singleton template instance.
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.SignedData
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.cms.SignerInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.CertId
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.CertReqMsg
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.AlgorithmIdentifier
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.Attribute
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.DirectoryString
-
Returns a singleton instance of the decoding template for this class.
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.Name
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.PBEParameter
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getTemplate() - Static method in class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- getTemplate() - Static method in class org.mozilla.jss.SecretDecoderRing.Encoding
-
- getTestCiphers() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- getThisMessage() - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
If type==THIS_MESSAGE, returns the thisMessage field.
- getThreadToken() - Method in interface org.mozilla.jss.crypto.TokenSupplier
-
- getThreadToken() - Method in class org.mozilla.jss.CryptoManager
-
Returns the default token for the current thread.
- getTime() - Method in class org.mozilla.jss.pkix.cmmf.GetCRL
-
Returns the time
field, which may be null
.
- getTokenByName(String) - Method in class org.mozilla.jss.CryptoManager
-
Looks up the CryptoToken with the given name.
- getTokens() - Method in class org.mozilla.jss.pkcs11.PK11Module
-
Get the CryptoTokens provided by this module.
- getTokensSupportingAlgorithm(Algorithm) - Method in class org.mozilla.jss.CryptoManager
-
Retrieves all tokens that support the given algorithm.
- getTokenSupplier() - Static method in class org.mozilla.jss.crypto.TokenSupplierManager
-
- getTotalLength() - Method in class org.mozilla.jss.asn1.ASN1Header
-
Returns the length of the header plus the length of the contents;
the total length of the DER encoding of an ASN1 value.
- getTrust(int) - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
Gets the trust flags for this cert.
- getType() - Method in interface org.mozilla.jss.crypto.PrivateKey
-
Returns the type (RSA or DSA) of this private key.
- getType() - Method in interface org.mozilla.jss.crypto.SymmetricKey
-
- getType() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
- getType() - Method in class org.mozilla.jss.pkcs11.PK11SymKey
-
- getType() - Method in class org.mozilla.jss.pkcs7.Attribute
-
- getType() - Method in class org.mozilla.jss.pkix.cmc.OtherInfo
-
Returns the type of OtherInfo:
FAIL
PEND
- getType() - Method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
- getType() - Method in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
Returns the type of TaggedRequest:
PKCS10
CRMF
- getType() - Method in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
Returns the type of SignerIdentifier:
ISSUER_AND_SERIALNUMBER
SUBJECT_KEY_IDENTIFIER
- getType() - Method in class org.mozilla.jss.pkix.crmf.EncryptedKey
-
- getType() - Method in class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
Returns the type of PKIArchiveOptions.
- getType() - Method in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
Returns the type of POPOPrivKey: THIS_MESSAGE, SUBSEQUENT_MESSAGE,
or DHMAC.
- getType() - Method in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
Returns the type of ProofOfPossesion:
RA_VERIFIED
SIGNATURE
KEY_ENCIPHERMENT
KEY_AGREEMENT
- getType() - Method in class org.mozilla.jss.pkix.primitive.Attribute
-
- getType() - Method in class org.mozilla.jss.util.PasswordCallbackInfo
-
The type of object that is being logged into, FILE
or TOKEN
.
- getUnauthenticatedAttributes() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the unauthenticated attributes, if they exist.
- getUniqueID() - Method in interface org.mozilla.jss.crypto.PrivateKey
-
Deprecated.
This ID is based on an implementation that might change.
If this functionality is required, it should be provided in
another way, such as a function that directly matches a cert and
key.
- getUniqueID() - Method in interface org.mozilla.jss.crypto.TokenCertificate
-
Deprecated.
This ID is based on an implementation that might change.
If this functionality is required, it should be provided in
another way, such as a function that directly matches a cert and
key.
- getUniqueID() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getUniqueID() - Method in class org.mozilla.jss.pkcs11.PK11InternalTokenCert
-
- getUniqueID() - Method in class org.mozilla.jss.pkcs11.PK11PrivKey
-
- getUniqueID() - Method in class org.mozilla.jss.pkcs11.PK11TokenCert
-
- getUnsignedAttributes() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the unsigned attributes, if they exist.
- getUsage() - Method in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- getUsage() - Method in class org.mozilla.jss.CryptoManager.CertUsage
-
- getUseClientMode() - Method in class org.mozilla.jss.ssl.SSLSocket
-
- getUTF8String() - Method in class org.mozilla.jss.pkix.crmf.Control
-
Returns the value of this control as a UTF8String, if it actually
is a UTF8String.
- getVal() - Method in class org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage
-
- getVal() - Method in class org.mozilla.jss.crypto.SymmetricKey.Usage
-
- getValue() - Method in class org.mozilla.jss.asn1.CHOICE
-
Returns the chosen value.
- getValue() - Method in class org.mozilla.jss.asn1.ENUMERATED
-
Returns the value as a long.
- getValue() - Method in class org.mozilla.jss.pkix.primitive.AVA
-
Returns the value of this AVA, encoded as an ANY.
- getValueHint() - Method in class org.mozilla.jss.pkix.crmf.EncryptedValue
-
May return null
.
- getValues() - Method in class org.mozilla.jss.pkcs7.Attribute
-
If this AVA was constructed, returns the SET of ASN1Values passed to the
constructor.
- getValues() - Method in class org.mozilla.jss.pkix.cmc.TaggedAttribute
-
If this AVA was constructed, returns the SET of ASN1Values passed to the
constructor.
- getValues() - Method in class org.mozilla.jss.pkix.primitive.Attribute
-
If this AVA was constructed, returns the SET of ASN1Values passed to the
constructor.
- getVersion() - Method in interface org.mozilla.jss.crypto.X509Certificate
-
- getVersion() - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- getVersion() - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
- getVersion() - Method in class org.mozilla.jss.pkcs12.PFX
-
- getVersion() - Method in class org.mozilla.jss.pkcs7.DigestedData
-
- getVersion() - Method in class org.mozilla.jss.pkcs7.EncryptedData
-
- getVersion() - Method in class org.mozilla.jss.pkcs7.EnvelopedData
-
- getVersion() - Method in class org.mozilla.jss.pkcs7.RecipientInfo
-
- getVersion() - Method in class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
Returns the version number.
- getVersion() - Method in class org.mozilla.jss.pkcs7.SignedData
-
Returns the version of this SignedData.
- getVersion() - Method in class org.mozilla.jss.pkcs7.SignerInfo
-
Retrieves the version number of this SignerInfo.
- getVersion() - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- getVersion() - Method in class org.mozilla.jss.pkix.cms.DigestedData
-
- getVersion() - Method in class org.mozilla.jss.pkix.cms.EncryptedData
-
- getVersion() - Method in class org.mozilla.jss.pkix.cms.EnvelopedData
-
- getVersion() - Method in class org.mozilla.jss.pkix.cms.RecipientInfo
-
- getVersion() - Method in class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
Returns the version number.
- getVersion() - Method in class org.mozilla.jss.pkix.cms.SignedData
-
Returns the version of this SignedData.
- getVersion() - Method in class org.mozilla.jss.pkix.cms.SignerInfo
-
Retrieves the version number of this SignerInfo.
- getVersion() - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Returns the version field of this CertTemplate.
- getVersion() - Method in class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
- getW() - Method in class org.mozilla.jss.pkcs11.PK11ECPublicKey
-
- getY() - Method in class org.mozilla.jss.pkcs11.PK11DSAPublicKey
-
- granted - Static variable in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- grantedWithMods - Static variable in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- pad(byte[], int) - Static method in class org.mozilla.jss.crypto.Cipher
-
Pads a byte array so that its length is a multiple of the given
blocksize.
- paramsAreValid() - Method in class org.mozilla.jss.crypto.PQGParams
-
Verifies the PQG parameters using the seed, counter, and H values.
- Password - Class in org.mozilla.jss.util
-
Stores a password.
- Password(char[]) - Constructor for class org.mozilla.jss.util.Password
-
Creates a Password from a char array, then wipes the char array.
- passwordCallback - Variable in class org.mozilla.jss.CryptoManager.InitializationValues
-
The password callback to be used by JSS whenever a password
is needed.
- PasswordCallback - Interface in org.mozilla.jss.util
-
Represents a password callback, which is called to login to the key
database and to PKCS #11 tokens.
- PasswordCallback.GiveUpException - Exception in org.mozilla.jss.util
-
This exception is thrown if the PasswordCallback
wants to stop guessing passwords.
- PasswordCallback.GiveUpException() - Constructor for exception org.mozilla.jss.util.PasswordCallback.GiveUpException
-
- PasswordCallback.GiveUpException(String) - Constructor for exception org.mozilla.jss.util.PasswordCallback.GiveUpException
-
- PasswordCallbackInfo - Class in org.mozilla.jss.util
-
An object of this class is passed to a PasswordCallback to give it
information about the token that is being logged into.
- PasswordCallbackInfo(String, int) - Constructor for class org.mozilla.jss.util.PasswordCallbackInfo
-
- PasswordConverter - Class in org.mozilla.jss.pkcs12
-
Converts password chars to bytes.
- PasswordConverter() - Constructor for class org.mozilla.jss.pkcs12.PasswordConverter
-
- passwordIsInitialized() - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Determine whether the password has been initialized yet.
- passwordIsInitialized() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Determine whether the token has been initialized yet.
- PATH_LEN_CONSTRAINT_INVALID - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- PBA_SHA1_HMAC - Static variable in class org.mozilla.jss.crypto.KeyGenAlgorithm
-
- PBE_MD2_DES_CBC - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_MD5_DES_CBC - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_PKCS5_PBES2 - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_PKCS5_PBKDF2 - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_PKCS5_PBMAC1 - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_SHA1_DES3_CBC - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_SHA1_DES_CBC - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_SHA1_RC2_128_CBC - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_SHA1_RC2_40_CBC - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_SHA1_RC4_128 - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBE_SHA1_RC4_40 - Static variable in class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBEAlgorithm - Class in org.mozilla.jss.crypto
-
Algorithms that can be used for generating symmetric keys from passwords.
- PBEAlgorithm(int, String, int, OBJECT_IDENTIFIER, EncryptionAlgorithm, int) - Constructor for class org.mozilla.jss.crypto.PBEAlgorithm
-
- PBEKeyGenParams - Class in org.mozilla.jss.crypto
-
- PBEKeyGenParams(Password, byte[], int) - Constructor for class org.mozilla.jss.crypto.PBEKeyGenParams
-
Creates PBE parameters.
- PBEKeyGenParams(char[], byte[], int) - Constructor for class org.mozilla.jss.crypto.PBEKeyGenParams
-
Creates PBE parameters.
- PBEParameter - Class in org.mozilla.jss.pkix.primitive
-
PKCS #5 PBEParameter, and PKCS #12 pkcs-12PbeParams.
- PBEParameter(byte[], int) - Constructor for class org.mozilla.jss.pkix.primitive.PBEParameter
-
Creates a PBEParameter from a salt and iteration count.
- PBEParameter(OCTET_STRING, INTEGER) - Constructor for class org.mozilla.jss.pkix.primitive.PBEParameter
-
Creates a PBEParameter from a salt and iteration count.
- PBEParameter.Template - Class in org.mozilla.jss.pkix.primitive
-
A template class for decoding a PBEParameter.
- PBEParameter.Template() - Constructor for class org.mozilla.jss.pkix.primitive.PBEParameter.Template
-
- PEND - Static variable in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- PendInfo - Class in org.mozilla.jss.pkix.cmc
-
CMC PendInfo:
PendInfo ::= SEQUENCE {
pendToken OCTET STRING,
pendTime GeneralizedTime
}
- PendInfo(OCTET_STRING, GeneralizedTime) - Constructor for class org.mozilla.jss.pkix.cmc.PendInfo
-
Constructs a PendInfo from its components.
- PendInfo(String, Date) - Constructor for class org.mozilla.jss.pkix.cmc.PendInfo
-
Constructs a PendInfo from requestId and date.
- PendInfo.Template - Class in org.mozilla.jss.pkix.cmc
-
A template for decoding an PendInfo from its BER encoding.
- PendInfo.Template() - Constructor for class org.mozilla.jss.pkix.cmc.PendInfo.Template
-
- PENDING - Static variable in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- PFX - Class in org.mozilla.jss.pkcs12
-
The top level ASN.1 structure for a PKCS #12 blob.
- PFX(INTEGER, AuthenticatedSafes, MacData) - Constructor for class org.mozilla.jss.pkcs12.PFX
-
Creates a PFX with the given parameters.
- PFX(AuthenticatedSafes, MacData) - Constructor for class org.mozilla.jss.pkcs12.PFX
-
Creates a PFX with the default version.
- PFX(AuthenticatedSafes) - Constructor for class org.mozilla.jss.pkcs12.PFX
-
Creates a PFX with the default version and no MacData.
- PFX.Template - Class in org.mozilla.jss.pkcs12
-
A Template for decoding a BER-encoded PFX.
- PFX.Template() - Constructor for class org.mozilla.jss.pkcs12.PFX.Template
-
- PK10Gen - Class in org.mozilla.jss.tests
-
- PK10Gen() - Constructor for class org.mozilla.jss.tests.PK10Gen
-
- PK11Cert - Class in org.mozilla.jss.pkcs11
-
- PK11Cert.StringPrincipal - Class in org.mozilla.jss.pkcs11
-
A class that implements Principal with a String.
- PK11Cert.StringPrincipal(String) - Constructor for class org.mozilla.jss.pkcs11.PK11Cert.StringPrincipal
-
- PK11DSAPublicKey - Class in org.mozilla.jss.pkcs11
-
- PK11DSAPublicKey(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11DSAPublicKey
-
- PK11ECPublicKey - Class in org.mozilla.jss.pkcs11
-
- PK11ECPublicKey(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11ECPublicKey
-
- PK11InternalCert - Class in org.mozilla.jss.pkcs11
-
A certificate that lives in the internal cert database.
- PK11InternalTokenCert - Class in org.mozilla.jss.pkcs11
-
A certificate that lives on the internal token.
- PK11KeyGenerator - Class in org.mozilla.jss.pkcs11
-
- PK11KeyPairGenerator - Class in org.mozilla.jss.pkcs11
-
A Key Pair Generator implemented using PKCS #11.
- PK11KeyPairGenerator(PK11Token, KeyPairAlgorithm) - Constructor for class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
Constructor for PK11KeyPairGenerator.
- PK11MessageDigest - Class in org.mozilla.jss.pkcs11
-
Message Digesting with PKCS #11.
- PK11Module - Class in org.mozilla.jss.pkcs11
-
- PK11ParameterSpec - Class in org.mozilla.jss.pkcs11
-
- PK11ParameterSpec(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11ParameterSpec
-
- PK11PrivKey - Class in org.mozilla.jss.pkcs11
-
- PK11PrivKey(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11PrivKey
-
- PK11PubKey - Class in org.mozilla.jss.pkcs11
-
- PK11PubKey(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11PubKey
-
- PK11RSAPublicKey - Class in org.mozilla.jss.pkcs11
-
- PK11RSAPublicKey(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11RSAPublicKey
-
- PK11SecureRandom - Class in org.mozilla.jss.pkcs11
-
A random number generator for PKCS #11.
- PK11SecureRandom() - Constructor for class org.mozilla.jss.pkcs11.PK11SecureRandom
-
- PK11Store - Class in org.mozilla.jss.pkcs11
-
- PK11Store(TokenProxy) - Constructor for class org.mozilla.jss.pkcs11.PK11Store
-
- PK11Store() - Constructor for class org.mozilla.jss.pkcs11.PK11Store
-
- PK11SymKey - Class in org.mozilla.jss.pkcs11
-
- PK11SymKey(byte[]) - Constructor for class org.mozilla.jss.pkcs11.PK11SymKey
-
- PK11Token - Class in org.mozilla.jss.pkcs11
-
A PKCS #11 token.
- PK11Token() - Constructor for class org.mozilla.jss.pkcs11.PK11Token
-
- PK11Token(byte[], boolean, boolean) - Constructor for class org.mozilla.jss.pkcs11.PK11Token
-
Creates a new PK11Token.
- PK11Token.NotInitializedException - Exception in org.mozilla.jss.pkcs11
-
Thrown if the operation requires that the token be logged in, and it
isn't.
- PK11Token.NotInitializedException() - Constructor for exception org.mozilla.jss.pkcs11.PK11Token.NotInitializedException
-
- PK11Token.NotInitializedException(String) - Constructor for exception org.mozilla.jss.pkcs11.PK11Token.NotInitializedException
-
- PK11TokenCert - Class in org.mozilla.jss.pkcs11
-
A user certificate that lives on a PKCS #11 token.
- PKCS - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for RSA's PKCS (public key cryptography standards).
- PKCS1 - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for RSA's PKCS #1.
- PKCS10 - Static variable in class org.mozilla.jss.pkix.cmc.TaggedRequest
-
- PKCS12 - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for RSA's personal information exchange syntax standard.
- PKCS12_BAG_IDS - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
The OID branch for the PKCS #12 bag types.
- PKCS12_VERSION_1 - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
The OID branch for PKCS #12, version 1.0.
- PKCS2 - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for RSA's PKCS #2, which has since been folded into
PKCS #1.
- PKCS5 - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for RSA's password-based encryption standard.
- PKCS5 - Static variable in class org.mozilla.jss.crypto.EncryptionAlgorithm.Padding
-
- PKCS8_SHROUDED_KEY_BAG - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
A bag containing a private key encrypted a la PKCS #8.
- PKCS9 - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for RSA's Selected Attribute Types standard, PKCS #9.
- PKIArchiveOptions - Class in org.mozilla.jss.pkix.crmf
-
- PKIArchiveOptions(EncryptedKey) - Constructor for class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
- PKIArchiveOptions(byte[]) - Constructor for class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
- PKIArchiveOptions(boolean) - Constructor for class org.mozilla.jss.pkix.crmf.PKIArchiveOptions
-
- PKIArchiveOptions.Template - Class in org.mozilla.jss.pkix.crmf
-
A template for decoding PKIArchiveOptions.
- PKIArchiveOptions.Template() - Constructor for class org.mozilla.jss.pkix.crmf.PKIArchiveOptions.Template
-
- PKIArchiveOptions.Type - Class in org.mozilla.jss.pkix.crmf
-
A type of PKIArchiveOption.
- PKIData - Class in org.mozilla.jss.pkix.cmc
-
A PKIData for CMC full enrollment request.
- PKIData(SEQUENCE, SEQUENCE, SEQUENCE, SEQUENCE) - Constructor for class org.mozilla.jss.pkix.cmc.PKIData
-
Constructs a PKIData from its components.
- PKIData.Template - Class in org.mozilla.jss.pkix.cmc
-
A template for decoding an PKIData from its BER encoding.
- PKIData.Template() - Constructor for class org.mozilla.jss.pkix.cmc.PKIData.Template
-
- PKIPublicationInfo - Class in org.mozilla.jss.pkix.crmf
-
CRMF PKIPublicationInfo:
PKIPublicationInfo ::= SEQUENCE {
action INTEGER {
dontPublish (0),
pleasePublish (1) },
pubInfos SEQUENCE SIZE (1..MAX) OF SinglePubInfo OPTIONAL }
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
- PKIPublicationInfo(int, SEQUENCE) - Constructor for class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
Creates a new PKIPublicationInfo.
- PKIPublicationInfo.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template for decoding a PKIPublicationInfo.
- PKIPublicationInfo.Template() - Constructor for class org.mozilla.jss.pkix.crmf.PKIPublicationInfo.Template
-
- PKIStatusInfo - Class in org.mozilla.jss.pkix.cmmf
-
- PKIStatusInfo(int, int) - Constructor for class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
- PKIStatusInfo(int) - Constructor for class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
Create a PKIStatusInfo with no failure info.
- PKIStatusInfo.Template - Class in org.mozilla.jss.pkix.cmmf
-
- PKIStatusInfo.Template() - Constructor for class org.mozilla.jss.pkix.cmmf.PKIStatusInfo.Template
-
- PKIX - Static variable in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
The OID space for PKIX.
- PLAINTEXT - Static variable in class org.mozilla.jss.crypto.KeyWrapAlgorithm
-
- PLEASE_PUBLISH - Static variable in class org.mozilla.jss.pkix.crmf.PKIPublicationInfo
-
A PKIPublicationInfo action.
- POP_FAILED - Static variable in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- POP_REQUIRED - Static variable in class org.mozilla.jss.pkix.cmc.OtherInfo
-
- POPOPrivKey - Class in org.mozilla.jss.pkix.crmf
-
CRMF POPOPrivKey:
POPOPrivKey ::= CHOICE {
thisMessage [0] BIT STRING,
subsequentMessage [1] SubsequentMessage,
dhMAC [2] BIT STRING }
SubsequentMessage ::= INTEGER {
encrCert (0),
challengeResp (1) }
- POPOPrivKey.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template for decoding a POPOPrivKey.
- POPOPrivKey.Template() - Constructor for class org.mozilla.jss.pkix.crmf.POPOPrivKey.Template
-
- POPOPrivKey.Type - Class in org.mozilla.jss.pkix.crmf
-
The type of POPOPrivKey.
- POPOSigningKey - Class in org.mozilla.jss.pkix.crmf
-
CRMF POPOSigningKey:
POPOSigningKey ::= SEQUENCE {
poposkInput [0] POPOSigningKeyInput OPTIONAL,
algorithmIdentifier AlgorithmIdentifier,
signature BIT STRING }
- POPOSigningKey(ANY, AlgorithmIdentifier, BIT_STRING) - Constructor for class org.mozilla.jss.pkix.crmf.POPOSigningKey
-
Creates a POPOSigningKey.
- POPOSigningKey.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template for decoding POPOSigningKey.
- POPOSigningKey.Template() - Constructor for class org.mozilla.jss.pkix.crmf.POPOSigningKey.Template
-
- port - Static variable in class org.mozilla.jss.tests.JSS_FileUploadServer
-
- port - Variable in class org.mozilla.jss.tests.JSS_SelfServServer
-
- port - Variable in class org.mozilla.jss.tests.JSS_SSLServer
-
- port - Variable in class org.mozilla.jss.tests.SSLClientAuth
-
- PQG1024 - Static variable in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
Pre-cooked PQG values for 1024-bit keypairs, along with the seed,
counter, and H values needed to verify them.
- PQG512 - Static variable in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
Pre-cooked PQG values for 512-bit keypairs, along with the seed,
counter, and H values needed to verify them.
- PQG768 - Static variable in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
Pre-cooked PQG values for 768-bit keypairs, along with the seed,
counter, and H values needed to verify them.
- PQGParamGenException - Exception in org.mozilla.jss.crypto
-
- PQGParamGenException() - Constructor for exception org.mozilla.jss.crypto.PQGParamGenException
-
- PQGParamGenException(String) - Constructor for exception org.mozilla.jss.crypto.PQGParamGenException
-
- PQGParams - Class in org.mozilla.jss.crypto
-
PQG parameters for DSA key generation, along with the seed, counter,
and H values for verification.
- PQGParams(BigInteger, BigInteger, BigInteger, BigInteger, int, BigInteger) - Constructor for class org.mozilla.jss.crypto.PQGParams
-
Creates a PQGParams object from a set of pre-computed DSA
parameters.
- PR_ACCESS_FAULT_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_ADDRESS_IN_USE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_ADDRESS_NOT_AVAILABLE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_ADDRESS_NOT_SUPPORTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_ALREADY_INITIATED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_BAD_ADDRESS_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_BAD_DESCRIPTOR_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_BUFFER_OVERFLOW_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_CONNECT_ABORTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_CONNECT_REFUSED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_CONNECT_RESET_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_CONNECT_TIMEOUT_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_DEADLOCK_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_DEVICE_IS_LOCKED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_DIRECTORY_CORRUPTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_DIRECTORY_LOOKUP_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_DIRECTORY_NOT_EMPTY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_DIRECTORY_OPEN_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_END_OF_FILE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILE_EXISTS_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILE_IS_BUSY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILE_IS_LOCKED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILE_NOT_FOUND_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILE_SEEK_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILE_TOO_BIG_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FILESYSTEM_MOUNTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_FIND_SYMBOL_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_GROUP_EMPTY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_HOST_UNREACHABLE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_ILLEGAL_ACCESS_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_IN_PROGRESS_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_INSUFFICIENT_RESOURCES_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_INVALID_ARGUMENT_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_INVALID_DEVICE_STATE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_INVALID_METHOD_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_INVALID_STATE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_IO_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_IO_PENDING_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_IO_TIMEOUT_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_IS_CONNECTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_IS_DIRECTORY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_LOAD_LIBRARY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_LOOP_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_MAX_DIRECTORY_ENTRIES_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NAME_TOO_LONG_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NETWORK_DOWN_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NETWORK_UNREACHABLE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NO_ACCESS_RIGHTS_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NO_DEVICE_SPACE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NO_MORE_FILES_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NO_SEEK_DEVICE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NOT_CONNECTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NOT_DIRECTORY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NOT_IMPLEMENTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NOT_SAME_DEVICE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NOT_SOCKET_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_NOT_TCP_SOCKET_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_OPERATION_ABORTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_OPERATION_NOT_SUPPORTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_OUT_OF_MEMORY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_PENDING_INTERRUPT_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_PIPE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_PROC_DESC_TABLE_FULL_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_PROTOCOL_NOT_SUPPORTED_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_RANGE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_READ_ONLY_FILESYSTEM_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_REMOTE_FILE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_SOCKET_ADDRESS_IS_BOUND_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_SOCKET_SHUTDOWN_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_SYS_DESC_TABLE_FULL_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_TPD_RANGE_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_UNKNOWN_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_UNLOAD_LIBRARY_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PR_WOULD_BLOCK_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- PRIMITIVE - Static variable in class org.mozilla.jss.asn1.ASN1Header
-
- PRIMITIVE - Static variable in class org.mozilla.jss.asn1.Form
-
- print(PrintStream) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- print(PrintStream) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- print(PrintStream, int) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
- PrintableString - Class in org.mozilla.jss.asn1
-
- PrintableString(char[]) - Constructor for class org.mozilla.jss.asn1.PrintableString
-
- PrintableString(String) - Constructor for class org.mozilla.jss.asn1.PrintableString
-
- PrintableString.Template - Class in org.mozilla.jss.asn1
-
- PrintableString.Template() - Constructor for class org.mozilla.jss.asn1.PrintableString.Template
-
- printUsage() - Static method in class org.mozilla.jss.tests.KeyStoreTest
-
- PRIVATE - Static variable in class org.mozilla.jss.asn1.Tag.Class
-
- PRIVATE - Static variable in class org.mozilla.jss.asn1.Tag
-
A tag class.
- PrivateKey - Interface in org.mozilla.jss.crypto
-
Private Keys used by JSS.
- PrivateKey.Type - Class in org.mozilla.jss.crypto
-
- PrivateKeyInfo - Class in org.mozilla.jss.pkix.primitive
-
- PrivateKeyInfo(INTEGER, AlgorithmIdentifier, OCTET_STRING, SET) - Constructor for class org.mozilla.jss.pkix.primitive.PrivateKeyInfo
-
Create a PrivateKeyInfo from its components.
- PrivateKeyInfo.Template - Class in org.mozilla.jss.pkix.primitive
-
A template class for decoding PrivateKeyInfos from BER.
- PrivateKeyInfo.Template() - Constructor for class org.mozilla.jss.pkix.primitive.PrivateKeyInfo.Template
-
- privilegeWithdrawn - Static variable in class org.mozilla.jss.pkix.cmmf.RevRequest
-
A CRLReason
, which can be used in the reason
field.
- ProofOfPossession - Class in org.mozilla.jss.pkix.crmf
-
CRMF ProofOfPossession:
ProofOfPossession ::= CHOICE {
raVerified [0] NULL,
signature [1] POPOSigningKey,
keyEncipherment [2] POPOPrivKey,
keyAgreement [3] POPOPrivKey }
- ProofOfPossession.Template - Class in org.mozilla.jss.pkix.crmf
-
A Template for decoding a ProofOfPossession.
- ProofOfPossession.Template() - Constructor for class org.mozilla.jss.pkix.crmf.ProofOfPossession.Template
-
- ProofOfPossession.Type - Class in org.mozilla.jss.pkix.crmf
-
The type of ProofOfPossesion.
- ProtectedObjectSigner - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- ProtectedObjectSigner - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- proxy - Variable in class org.mozilla.jss.provider.java.security.JSSKeyStoreSpi
-
- putCertsInVector(Vector) - Method in class org.mozilla.jss.pkcs11.PK11Store
-
- putKeysInVector(Vector) - Method in class org.mozilla.jss.pkcs11.PK11Store
-
- PWInitable() - Method in class org.mozilla.jss.pkcs11.PK11Token
-
Make sure the PIN can be initialized.
- SAFE_CONTENTS_BAG - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
A bag containing a nested SafeContent .
- SafeBag - Class in org.mozilla.jss.pkcs12
-
A PKCS #12 SafeBag structure.
- SafeBag(OBJECT_IDENTIFIER, ASN1Value, SET) - Constructor for class org.mozilla.jss.pkcs12.SafeBag
-
Creates a new SafeBag from its components.
- SafeBag.Template - Class in org.mozilla.jss.pkcs12
-
A template for decoding SafeBags.
- SafeBag.Template() - Constructor for class org.mozilla.jss.pkcs12.SafeBag.Template
-
- safeContentsIsEncrypted(int) - Method in class org.mozilla.jss.pkcs12.AuthenticatedSafes
-
Returns true if the SafeContents at the given index in the
AuthenticatedSafes is encrypted.
- SDR - Class in org.mozilla.jss.tests
-
- SDR() - Constructor for class org.mozilla.jss.tests.SDR
-
- SDSI_CERT_TYPE - Static variable in class org.mozilla.jss.pkcs12.CertBag
-
- SEC_ERROR_ADDING_CERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_DATA - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_DATABASE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_DER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_EXPORT_ALGORITHM - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_NICKNAME - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_PASSWORD - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAD_SIGNATURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_BAGGAGE_NOT_CREATED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CA_CERT_INVALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_ADDR_MISMATCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_BAD_ACCESS_LOCATION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_NICKNAME_COLLISION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_NO_RESPONSE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_NOT_IN_NAME_SPACE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_NOT_VALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_USAGES_INVALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CERT_VALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CKL_CONFLICT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CRL_BAD_SIGNATURE - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- SEC_ERROR_CRL_BAD_SIGNATURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CRL_EXPIRED - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- SEC_ERROR_CRL_EXPIRED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CRL_INVALID - Static variable in class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- SEC_ERROR_CRL_INVALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_CRL_NOT_YET_VALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_DECRYPTION_DISALLOWED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_DIGEST_NOT_FOUND - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_DUPLICATE_CERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_DUPLICATE_CERT_NAME - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_EXPIRED_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_EXPORTING_CERTIFICATES - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_EXTENSION_NOT_FOUND - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_EXTENSION_VALUE_INVALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_FILING_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_IMPORTING_CERTIFICATES - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INADEQUATE_CERT_TYPE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INADEQUATE_KEY_USAGE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INPUT_LEN - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INVALID_ALGORITHM - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INVALID_ARGS - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INVALID_AVA - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INVALID_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INVALID_PASSWORD - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_INVALID_TIME - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_IO - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_JS_ADD_MOD_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_JS_DEL_MOD_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_JS_INVALID_DLL - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_JS_INVALID_MODULE_NAME - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_KEY_NICKNAME_COLLISION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_KEYGEN_FAIL - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_KRL_BAD_SIGNATURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_KRL_EXPIRED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_KRL_INVALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_KRL_NOT_YET_VALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_LIBRARY_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_MESSAGE_SEND_ABORTED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NEED_RANDOM - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_EMAIL_CERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_KRL - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_MEMORY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_MODULE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_NODELOCK - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_RECIPIENT_CERTS_QUERY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_SLOT_SELECTED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NO_TOKEN - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NOT_A_RECIPIENT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_NOT_FORTEZZA_ISSUER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
Deprecated.
As of NSS 3.11, FORTEZZA is no longer supported.
SEC_ERROR_NOT_FORTEZZA_ISSUER is a placeholder for backward
compatibility.
- SEC_ERROR_OCSP_BAD_HTTP_RESPONSE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_FUTURE_RESPONSE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_MALFORMED_REQUEST - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_MALFORMED_RESPONSE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_NOT_ENABLED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_OLD_RESPONSE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_REQUEST_NEEDS_SIG - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_SERVER_ERROR - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_TRY_SERVER_LATER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_UNKNOWN_CERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OLD_CRL - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OLD_KRL - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_OUTPUT_LEN - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_CERT_COLLISION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_DECODING_PFX - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_DUPLICATE_DATA - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_INVALID_MAC - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNABLE_TO_READ - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNABLE_TO_WRITE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS12_UNSUPPORTED_VERSION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS7_BAD_SIGNATURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_PKCS7_KEYALG_MISMATCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_READ_ONLY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_RETRY_OLD_PASSWORD - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_RETRY_PASSWORD - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_REVOKED_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_REVOKED_KEY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_SAFE_NOT_CREATED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNKNOWN_CERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNKNOWN_ISSUER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNKNOWN_SIGNER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNSUPPORTED_KEYALG - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNTRUSTED_CERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_UNTRUSTED_ISSUER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_ERROR_USER_CANCELLED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_INTERNAL_ONLY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SEC_OID_ANSIX962_EC_PUBLIC_KEY - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX962_ECDSA_SHA1_SIGNATURE - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX962_ECDSA_SHA256_SIGNATURE - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX962_ECDSA_SHA384_SIGNATURE - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX962_ECDSA_SHA512_SIGNATURE - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX962_ECDSA_SIGNATURE_SPECIFIED_DIGEST - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX9_DSA_SIGNATURE - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_ANSIX9_DSA_SIGNATURE_WITH_SHA1_DIGEST - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_DES_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_DES_ECB - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_DES_EDE3_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_MD2 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_MD5 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_128_BIT_RC2_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_128_BIT_RC4 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_3KEY_TRIPLE_DES_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_40_BIT_RC2_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_40_BIT_RC4 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_MD2_WITH_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_MD5_WITH_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_SHA1_WITH_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_SHA256_WITH_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_SHA384_WITH_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS1_SHA512_WITH_RSA_ENCRYPTION - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS5_PBE_WITH_MD2_AND_DES_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS5_PBE_WITH_MD5_AND_DES_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS5_PBE_WITH_SHA1_AND_DES_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS5_PBES2 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS5_PBKDF2 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_PKCS5_PBMAC1 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_RC2_CBC - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_RC4 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_SHA1 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_SHA256 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_SHA384 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- SEC_OID_SHA512 - Static variable in class org.mozilla.jss.crypto.Algorithm
-
- secmodName - Variable in class org.mozilla.jss.CryptoManager.InitializationValues
-
- SECRET_BAG - Static variable in class org.mozilla.jss.pkcs12.SafeBag
-
A bag containing an arbitrary secret.
- SecretBag - Class in org.mozilla.jss.pkcs12
-
- SecretBag(OBJECT_IDENTIFIER, ASN1Value) - Constructor for class org.mozilla.jss.pkcs12.SecretBag
-
Creates a SecretBag with the given secret type and secret.
- SecretBag.Template - Class in org.mozilla.jss.pkcs12
-
A Template class for decoding SecretBags from BER.
- SecretBag.Template() - Constructor for class org.mozilla.jss.pkcs12.SecretBag.Template
-
- SecretDecoderRing - Class in org.mozilla.jss.crypto
-
This is a proprietary NSS interface.
- SecretDecoderRing() - Constructor for class org.mozilla.jss.crypto.SecretDecoderRing
-
- SecretKeyFacade - Class in org.mozilla.jss.crypto
-
- SecretKeyFacade(SymmetricKey) - Constructor for class org.mozilla.jss.crypto.SecretKeyFacade
-
- select(Vector) - Method in interface org.mozilla.jss.ssl.SSLClientCertificateSelectionCallback
-
This method will be called from the native callback code
when a certificate is requested.
- select(Vector) - Method in class org.mozilla.jss.ssl.TestClientCertificateSelectionCallback
-
this method will be called form the native callback code
when a certificate is requested.
- SelfTest - Class in org.mozilla.jss.tests
-
- SelfTest() - Constructor for class org.mozilla.jss.tests.SelfTest
-
- sendServerShutdownMsg() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
sendServerShutdownMsg
- sendServerShutdownMsg() - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
sendServerShutdownMsg
- sensitiveKeys(boolean) - Method in interface org.mozilla.jss.crypto.KeyGenerator
-
Tells the generator to generate sensitive or insensitive keys.
- sensitiveKeys(boolean) - Method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
- sensitivePairs(boolean) - Method in class org.mozilla.jss.crypto.KeyPairGenerator
-
Tells the generator to generate sensitive or insensitive keypairs.
- sensitivePairs(boolean) - Method in class org.mozilla.jss.crypto.KeyPairGeneratorSpi
-
- sensitivePairs(boolean) - Method in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
- SEQUENCE - Class in org.mozilla.jss.asn1
-
An ASN.1 SEQUENCE.
- SEQUENCE() - Constructor for class org.mozilla.jss.asn1.SEQUENCE
-
- SEQUENCE.OF_Template - Class in org.mozilla.jss.asn1
-
A Template for decoding SEQUENCE OF values.
- SEQUENCE.OF_Template(ASN1Template) - Constructor for class org.mozilla.jss.asn1.SEQUENCE.OF_Template
-
- SEQUENCE.Template - Class in org.mozilla.jss.asn1
-
A class for constructing a SEQUENCE
from its BER encoding.
- SEQUENCE.Template() - Constructor for class org.mozilla.jss.asn1.SEQUENCE.Template
-
- serialNum - Variable in class org.mozilla.jss.tests.SSLClientAuth
-
- serverReady - Variable in class org.mozilla.jss.tests.SSLClientAuth
-
- SET - Class in org.mozilla.jss.asn1
-
An ASN.1 SET, which is an unordered collection of ASN.1 values.
- SET() - Constructor for class org.mozilla.jss.asn1.SET
-
- SET.OF_Template - Class in org.mozilla.jss.asn1
-
A Template for decoding SET OF values.
- SET.OF_Template(ASN1Template) - Constructor for class org.mozilla.jss.asn1.SET.OF_Template
-
Creates an OF_Template with the given type.
- SET.Template - Class in org.mozilla.jss.asn1
-
SET.Template
This class is used for decoding DER-encoded SETs.
- SET.Template() - Constructor for class org.mozilla.jss.asn1.SET.Template
-
- SET.Template.Element - Class in org.mozilla.jss.asn1
-
An element of a SET template.
- SET.Template.Element(Tag, ASN1Template, boolean) - Constructor for class org.mozilla.jss.asn1.SET.Template.Element
-
- SET.Template.Element(Tag, ASN1Template, ASN1Value) - Constructor for class org.mozilla.jss.asn1.SET.Template.Element
-
- setAttributes(SET) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- setBypass(boolean) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Enable/disable Test Cert Callback.
- setBypassPKCS11(boolean) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- setCertDbPath(String) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Initialize the cert db path name
- setCertDbPath(String) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Initialize the cert db path name
- setCertDbPath(String) - Static method in class org.mozilla.jss.tests.JSS_SSLClient
-
Initialize the cert db path name
- setCharToByteConverter(KeyGenerator.CharToByteConverter) - Method in interface org.mozilla.jss.crypto.KeyGenerator
-
Sets the character to byte converter for passwords.
- setCharToByteConverter(KeyGenerator.CharToByteConverter) - Method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
Sets the character to byte converter for passwords.
- setCipher(int) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Initialize the desired cipher to be set
on the socket.
- setCipher(int) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Initialize the desired ciphersuite to be set
on the socket.
- setCipher(int) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Initialize the desired cipher to be set
on the socket.
- setCipherPolicy(SSLSocket.CipherPolicy) - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the SSL cipher policy.
- setCipherPreference(int, boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enables/disables the cipher on this socket.
- setCipherPreferenceDefault(int, boolean) - Static method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the default for whether this cipher is enabled or disabled.
- setCipherSuite(String) - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
Set the cipher suite name to use.
- setClientCert(X509Certificate) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Sets the certificate to use for client authentication.
- setClientCert(X509Certificate) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the certificate to use for client authentication.
- setClientCertNick(String) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Set client certificate
- setClientCertNick(String) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Set client certificate
- setClientCertNick(String) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Set client certificate
- setClientCertNickname(String) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Sets the nickname of the certificate to use for client authentication.
- setClientCertNickname(String) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the nickname of the certificate to use for client authentication.
- setEmailTrust(int) - Method in interface org.mozilla.jss.crypto.InternalCertificate
-
Set the email (S/MIME) trust flags for this certificate.
- setEmailTrust(int) - Method in class org.mozilla.jss.pkcs11.PK11InternalCert
-
Set the email (S/MIME) trust flags for this certificate.
- setEOF(String) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Set EOF for closinng server socket
- setEOF(String) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Set EOF for closinng server socket
- setExtensions(SEQUENCE) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setExtensions(SEQUENCE) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the extensions field of this CertTemplate.
- setFailure() - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Set status return value to false.
- setFailure() - Method in class org.mozilla.jss.tests.JSS_FileUploadServer
-
- setFailure() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Set status return value to false.
- setFailure() - Method in class org.mozilla.jss.tests.JSS_SelfServServer
-
- setFailure() - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Set status return value to false.
- setFailure() - Method in class org.mozilla.jss.tests.JSS_SSLServer
-
- setFailure() - Method in class org.mozilla.jss.tests.SSLClientAuth
-
- setFIPSKeyStorageSlotDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 FIPS Key Storage slot.
- setFIPSSlotDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 FIPS slot.
- setHandshakeCompleted() - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Set handshakeCompleted flag to indicate
that the socket handshake is coplete.
- setHandshakeCompleted() - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Set handshakeCompleted flag to indicate
that the socket handshake is coplete.
- setHandshakeCompleted() - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Set handshakeCompleted flag to indicate
that the socket handshake is coplete.
- setHost(String) - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
Set the host name to connect to.
- setHostName(String) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Initialize the hostname to run the server
- setHostName(String) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Initialize the hostname to run the server
- setHostName(String) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Initialize the hostname to run the server
- setInternalKeyStorageSlotDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 key storage slot.
- setInternalKeyStorageTokenDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 key storage token.
- setInternalSlotDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 slot.
- setInternalTokenDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 token.
- setIssuer(Name) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setIssuer(Name) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the issuer field of this CertTemplate.
- setIssuerUID(BIT_STRING) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the issuerUID field of this CertTemplate.
- setIssuerUniqueIdentifier(BIT_STRING) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setKeepAlive(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enables or disables the SO_KEEPALIVE socket option.
- setKeyPairUsages(KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[]) - Method in class org.mozilla.jss.crypto.KeyPairGenerator
-
- setKeyPairUsages(KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[]) - Method in class org.mozilla.jss.crypto.KeyPairGeneratorSpi
-
- setKeyPairUsages(KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[]) - Method in class org.mozilla.jss.pkcs11.PK11KeyPairGenerator
-
Sets the requested key usages desired for the
generated key pair.
- setKeystore(String) - Method in class org.mozilla.jss.tests.JSSE_SSLServer
-
Set the location of keystore file.
- setKeystoreLoc(String) - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
Set the location of rsa.pfx
- setKeyUsages(SymmetricKey.Usage[]) - Method in interface org.mozilla.jss.crypto.KeyGenerator
-
- setKeyUsages(SymmetricKey.Usage[]) - Method in class org.mozilla.jss.pkcs11.PK11KeyGenerator
-
- setLevel(int) - Static method in class org.mozilla.jss.util.Debug
-
Set the debugging level of the application.
- setLibraryDescription(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the description of the internal PKCS #11 module.
- setLoginMode(int) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Sets the login mode of this token.
- setLoginMode(int) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- setLoginTimeoutMinutes(int) - Method in interface org.mozilla.jss.crypto.CryptoToken
-
Sets the timeout period for logging in.
- setLoginTimeoutMinutes(int) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- setManufacturerID(String) - Method in class org.mozilla.jss.CryptoManager.InitializationValues
-
Sets the Manufacturer ID of the internal PKCS #11 module.
- setNeedClientAuth(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Deprecated.
As of JSS 3.0. This method is misnamed. Use
requestClientAuth
instead.
- setNeedClientAuth(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Deprecated.
As of JSS 3.0. This method is misnamed. Use
requestClientAuth
instead.
- setNeedClientAuthNoExpiryCheck(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Deprecated.
As of JSS 3.0. This method is misnamed. Use
requestClientAuthNoExpiryCheck
instead.
- setNeedClientAuthNoExpiryCheck(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Deprecated.
As of JSS 3.0. This method is misnamed. Use
requestClientAuthNoExpiryCheck
instead.
- setNotAfter(Date) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setNotAfter(Date) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the notAfter field of this CertTemplate.
- setNotBefore(Date) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setNotBefore(Date) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the version field of this CertTemplate.
- setObjectSigningTrust(int) - Method in interface org.mozilla.jss.crypto.InternalCertificate
-
Set the object signing trust flags for this certificate.
- setObjectSigningTrust(int) - Method in class org.mozilla.jss.pkcs11.PK11InternalCert
-
Set the object signing trust flags for this certificate.
- setOCSPTimeout(int) - Method in class org.mozilla.jss.CryptoManager
-
set OCSP timeout value
* @param ocspTimeout OCSP timeout in seconds
- setParameter(AlgorithmParameterSpec) - Method in class org.mozilla.jss.crypto.Signature
-
Set parameters for the signing algorithm.
- setPasswordCallback(PasswordCallback) - Method in class org.mozilla.jss.CryptoManager
-
This function sets the global password callback.
- setPasswordFile(String) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Initialize the passwords file name
- setPasswordFile(String) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Initialize the passwords file name
- setPasswordFile(String) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Initialize the passwords file name
- setPort(int) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Initialize the port to run the server
- setPort(int) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Initialize the port to run the server
- setPort(int) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Initialize the port to run the server
- setPort(int) - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
Set the port number to connect to.
- setProvider(String) - Method in class org.mozilla.jss.tests.JSSE_SSLServer
-
Set the provider to use.
- setPublicKey(SubjectPublicKeyInfo) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the publicKey field of this CertTemplate.
- setReceiveBufferSize(int) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the size (in bytes) of the receive buffer.
- setRemoveTrailingZeroes(boolean) - Method in class org.mozilla.jss.asn1.BIT_STRING
-
Determines whether the DER-encoding of this bitstring will have
its trailing zeroes removed.
- setReuseAddress(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
- setSeed(byte[]) - Method in interface org.mozilla.jss.crypto.JSSSecureRandom
-
Seed the RNG with the given seed bytes.
- setSeed(long) - Method in interface org.mozilla.jss.crypto.JSSSecureRandom
-
Seed the RNG with the eight bytes contained in seed
.
- setSeed(byte[]) - Method in class org.mozilla.jss.pkcs11.PK11SecureRandom
-
- setSeed(long) - Method in class org.mozilla.jss.pkcs11.PK11SecureRandom
-
- setSendBufferSize(int) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the size (in bytes) of the send buffer.
- setSerialNumber(INTEGER) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setSerialNumber(INTEGER) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the serialNumber field of this CertTemplate.
- setServerCert(X509Certificate) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Sets the certificate to use for server authentication.
- setServerCertNickname(String) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Sets the certificate to use for server authentication.
- setSignatureAlgId(AlgorithmIdentifier) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setSigningAlg(AlgorithmIdentifier) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the signingAlg field of this CertTemplate.
- setSoLinger(boolean, int) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the SO_LINGER socket option.
- setSoTimeout(int) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Sets the SO_TIMEOUT socket option.
- setSoTimeout(int) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Sets the SO_TIMEOUT socket option.
- setSslRevision(String) - Method in class org.mozilla.jss.tests.JSSE_SSLClient
-
Set the protocol type and revision
- setSSLTrust(int) - Method in interface org.mozilla.jss.crypto.InternalCertificate
-
Set the SSL trust flags for this certificate.
- setSSLTrust(int) - Method in class org.mozilla.jss.pkcs11.PK11InternalCert
-
Set the SSL trust flags for this certificate.
- setStatusString(String) - Method in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
Sets the statusString
field.
- setStatusString(SEQUENCE) - Method in class org.mozilla.jss.pkix.cmmf.PKIStatusInfo
-
Sets the statusString
field.
- setSubject(Name) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- setSubject(Name) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setSubject(Name) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the subject field of this CertTemplate.
- setSubjectPublicKeyInfo(SubjectPublicKeyInfo) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- setSubjectPublicKeyInfo(PublicKey) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
Extracts the SubjectPublicKeyInfo from the given public key and
stores it in the CertificationRequestInfo.
- setSubjectPublicKeyInfo(SubjectPublicKeyInfo) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setSubjectPublicKeyInfo(PublicKey) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
Extracts the SubjectPublicKeyInfo from the given public key and
stores it in the CertificateInfo.
- setSubjectUID(BIT_STRING) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the subjectUID field of this CertTemplate.
- setSubjectUniqueIdentifier(BIT_STRING) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setTcpNoDelay(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Enables or disables the TCP_NO_DELAY socket option.
- setTestCertCallback(boolean) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Enable/disable Test Cert Callback.
- setTestCertCallback(boolean) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
Enable/disable Test Cert Callback.
- setTestCertCallback(boolean) - Method in class org.mozilla.jss.tests.JSS_SSLClient
-
Enable/disable Test Cert Callback.
- setTestCiphers(boolean) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- setThreadToken(CryptoToken) - Method in interface org.mozilla.jss.crypto.TokenSupplier
-
- setThreadToken(CryptoToken) - Method in class org.mozilla.jss.CryptoManager
-
Sets the default token for the current thread.
- setTokenSupplier(TokenSupplier) - Static method in class org.mozilla.jss.crypto.TokenSupplierManager
-
- setTrust(int, int) - Method in class org.mozilla.jss.pkcs11.PK11Cert
-
Sets the trust flags for this cert.
- SetupDBs - Class in org.mozilla.jss.tests
-
Create the NSS databases
- SetupDBs() - Constructor for class org.mozilla.jss.tests.SetupDBs
-
- setUploadFile(String) - Method in class org.mozilla.jss.tests.JSS_FileUploadClient
-
Initialize the name of the file to
be used for testing along with full path.
- setUseClientMode(boolean) - Method in class org.mozilla.jss.ssl.SSLServerSocket
-
Determines whether this end of the socket is the client or the server
for purposes of the SSL protocol.
- setUseClientMode(boolean) - Method in class org.mozilla.jss.ssl.SSLSocket
-
Determines whether this end of the socket is the client or the server
for purposes of the SSL protocol.
- setVerbose(boolean) - Method in class org.mozilla.jss.tests.JSS_SelfServClient
-
- setVersion(INTEGER) - Method in class org.mozilla.jss.pkcs10.CertificationRequestInfo
-
- setVersion(CertificateInfo.Version) - Method in class org.mozilla.jss.pkix.cert.CertificateInfo
-
- setVersion(INTEGER) - Method in class org.mozilla.jss.pkix.crmf.CertTemplate
-
Sets the version field of this CertTemplate.
- SHA1 - Static variable in class org.mozilla.jss.crypto.DigestAlgorithm
-
The SHA-1 digest algorithm, from Uncle Sam.
- SHA1 - Static variable in class org.mozilla.jss.crypto.HMACAlgorithm
-
SHA-1 HMAC.
- SHA1_HMAC - Static variable in interface org.mozilla.jss.crypto.SymmetricKey
-
- SHA1_HMAC - Static variable in class org.mozilla.jss.crypto.SymmetricKey.Type
-
- SHA1_HMAC - Static variable in class org.mozilla.jss.pkcs11.KeyType
-
- SHA256 - Static variable in class org.mozilla.jss.crypto.DigestAlgorithm
-
- SHA384 - Static variable in class org.mozilla.jss.crypto.DigestAlgorithm
-
- SHA512 - Static variable in class org.mozilla.jss.crypto.DigestAlgorithm
-
- ShortBufferException - Exception in org.mozilla.jss.crypto
-
This class is a placeholder for javax.crypto.ShortBufferException until
we move to JDK 1.2.
- ShortBufferException() - Constructor for exception org.mozilla.jss.crypto.ShortBufferException
-
- showCert(String) - Method in class org.mozilla.jss.tests.VerifyCert
-
- shutdownInput() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Shuts down the input side of the socket.
- shutdownOutput() - Method in class org.mozilla.jss.ssl.SSLSocket
-
Shuts down the output side of the socket.
- sigAlg - Static variable in class org.mozilla.jss.tests.SSLClientAuth
-
- SIGN - Static variable in class org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage
-
- sign() - Method in class org.mozilla.jss.crypto.Signature
-
Finish a signing operation and return the signature.
- sign(byte[], int, int) - Method in class org.mozilla.jss.crypto.Signature
-
Finish a signing operation and store the signature in the provided
buffer.
- SIGN - Static variable in class org.mozilla.jss.crypto.SymmetricKey.Usage
-
- SIGN_RECOVER - Static variable in class org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage
-
- Signature - Class in org.mozilla.jss.crypto
-
A class for producing and verifying digital signatures.
- Signature() - Constructor for class org.mozilla.jss.crypto.Signature
-
- SIGNATURE - Static variable in class org.mozilla.jss.pkix.crmf.ProofOfPossession
-
- SignatureAlgorithm - Class in org.mozilla.jss.crypto
-
Algorithms that can be used for signing.
- SignatureAlgorithm(int, String, SignatureAlgorithm, DigestAlgorithm, OBJECT_IDENTIFIER) - Constructor for class org.mozilla.jss.crypto.SignatureAlgorithm
-
- SignatureSpi - Class in org.mozilla.jss.crypto
-
You don't need to use this unless you are hacking JSS.
- SignatureSpi() - Constructor for class org.mozilla.jss.crypto.SignatureSpi
-
- SIGNED_AND_ENVELOPED_DATA - Static variable in class org.mozilla.jss.pkcs7.ContentInfo
-
- SIGNED_AND_ENVELOPED_DATA - Static variable in class org.mozilla.jss.pkix.cms.ContentInfo
-
- SIGNED_DATA - Static variable in class org.mozilla.jss.pkcs7.ContentInfo
-
- SIGNED_DATA - Static variable in class org.mozilla.jss.pkix.cms.ContentInfo
-
- SignedAndEnvelopedData - Class in org.mozilla.jss.pkcs7
-
- SignedAndEnvelopedData(INTEGER, SET, SET, EncryptedContentInfo, SET, SET, SET) - Constructor for class org.mozilla.jss.pkcs7.SignedAndEnvelopedData
-
- SignedAndEnvelopedData - Class in org.mozilla.jss.pkix.cms
-
- SignedAndEnvelopedData(INTEGER, SET, SET, EncryptedContentInfo, SET, SET, SET) - Constructor for class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData
-
- SignedAndEnvelopedData.Template - Class in org.mozilla.jss.pkcs7
-
A Template class for decoding BER-encoded SignedAndEnvelopedData items.
- SignedAndEnvelopedData.Template() - Constructor for class org.mozilla.jss.pkcs7.SignedAndEnvelopedData.Template
-
- SignedAndEnvelopedData.Template - Class in org.mozilla.jss.pkix.cms
-
A Template class for decoding BER-encoded SignedAndEnvelopedData items.
- SignedAndEnvelopedData.Template() - Constructor for class org.mozilla.jss.pkix.cms.SignedAndEnvelopedData.Template
-
- SignedData - Class in org.mozilla.jss.pkcs7
-
A PKCS #7 SignedData structure.
- SignedData(SET, ContentInfo, SET, SET, SET) - Constructor for class org.mozilla.jss.pkcs7.SignedData
-
Create a SignedData ASN1 object.
- SignedData - Class in org.mozilla.jss.pkix.cms
-
A CMS SignedData structure.
- SignedData(SET, EncapsulatedContentInfo, SET, SET, SET) - Constructor for class org.mozilla.jss.pkix.cms.SignedData
-
Create a SignedData ASN1 object.
- SignedData.Template - Class in org.mozilla.jss.pkcs7
-
A template file for decoding a SignedData blob
- SignedData.Template() - Constructor for class org.mozilla.jss.pkcs7.SignedData.Template
-
- SignedData.Template - Class in org.mozilla.jss.pkix.cms
-
A template file for decoding a SignedData blob
- SignedData.Template() - Constructor for class org.mozilla.jss.pkix.cms.SignedData.Template
-
- SignerIdentifier - Class in org.mozilla.jss.pkix.cms
-
CMS SignerIdentifier:
SignerIdentifier ::= CHOICE {
issuerAndSerialNumber IssuerAndSerialNumber,
subjectKeyIdentifier [0] SubjectKeyIdentifier }
- SignerIdentifier(SignerIdentifier.Type, IssuerAndSerialNumber, OCTET_STRING) - Constructor for class org.mozilla.jss.pkix.cms.SignerIdentifier
-
- SignerIdentifier.Template - Class in org.mozilla.jss.pkix.cms
-
A Template for decoding a SignerIdentifier.
- SignerIdentifier.Template() - Constructor for class org.mozilla.jss.pkix.cms.SignerIdentifier.Template
-
- SignerIdentifier.Type - Class in org.mozilla.jss.pkix.cms
-
The type of SignerIdentifier.
- SignerInfo - Class in org.mozilla.jss.pkcs7
-
A PKCS #7 SignerInfo.
- SignerInfo(IssuerAndSerialNumber, SET, SET, OBJECT_IDENTIFIER, byte[], SignatureAlgorithm, PrivateKey) - Constructor for class org.mozilla.jss.pkcs7.SignerInfo
-
A constructor for creating a new SignerInfo from scratch.
- SignerInfo - Class in org.mozilla.jss.pkix.cms
-
A CMS SignerInfo.
- SignerInfo(SignerIdentifier, SET, SET, OBJECT_IDENTIFIER, byte[], SignatureAlgorithm, PrivateKey) - Constructor for class org.mozilla.jss.pkix.cms.SignerInfo
-
A constructor for creating a new SignerInfo from scratch.
- SignerInfo.Template - Class in org.mozilla.jss.pkcs7
-
A template for decoding a SignerInfo blob
- SignerInfo.Template() - Constructor for class org.mozilla.jss.pkcs7.SignerInfo.Template
-
- SignerInfo.Template - Class in org.mozilla.jss.pkix.cms
-
A template for decoding a SignerInfo blob
- SignerInfo.Template() - Constructor for class org.mozilla.jss.pkix.cms.SignerInfo.Template
-
- signVerify(String, PrivateKey, String, PublicKey, String) - Method in class org.mozilla.jss.tests.KeyFactoryTest
-
- sigTest(String, KeyPair) - Static method in class org.mozilla.jss.tests.JCASigTest
-
- SigTest - Class in org.mozilla.jss.tests
-
- SigTest() - Constructor for class org.mozilla.jss.tests.SigTest
-
- size() - Method in class org.mozilla.jss.asn1.CHOICE.Template
-
Returns the number of elements in this CHOICE template.
- size() - Method in class org.mozilla.jss.asn1.SEQUENCE.Template
-
Returns the number of elements in this SEQUENCE template.
- size() - Method in class org.mozilla.jss.asn1.SET
-
Returns the number of elements in this SET.
- size() - Method in class org.mozilla.jss.asn1.SET.Template
-
Returns the number of elements in the SET.
- size() - Method in class org.mozilla.jss.pkix.primitive.Name
-
Returns the number of RDNs in the Name.
- size() - Method in class org.mozilla.jss.pkix.primitive.RDN
-
- skip(long) - Method in class org.mozilla.jss.util.Base64InputStream
-
- SLOT_LENGTH - Variable in class org.mozilla.jss.CryptoManager.InitializationValues
-
Slot names must be this length exactly.
- SSL - Static variable in class org.mozilla.jss.pkcs11.PK11InternalCert
-
- SSL2_DES_192_EDE3_CBC_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL2_DES_64_CBC_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL2_IDEA_128_CBC_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL2_RC2_128_CBC_EXPORT40_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL2_RC2_128_CBC_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL2_RC4_128_EXPORT40_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL2_RC4_128_WITH_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
Note the following cipher-suites constants are not all implemented.
- SSL3_DH_ANON_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_ANON_EXPORT_WITH_RC4_40_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_ANON_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_ANON_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_ANON_WITH_RC4_128_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_DSS_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DH_RSA_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DHE_DSS_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_DHE_RSA_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_FORTEZZA_DMS_WITH_NULL_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
Deprecated.
As of NSS 3.11, FORTEZZA is no longer supported.
SSL3_FORTEZZA_DMS_WITH_NULL_SHA, SSL3_FORTEZZA_DMS_WITH_RC4_128_SHA
and SSL3_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA are placeholders for
backward compatibility.
- SSL3_FORTEZZA_DMS_WITH_RC4_128_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_EXPORT_WITH_RC4_40_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_IDEA_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_NULL_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_NULL_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_RC4_128_MD5 - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL3_RSA_WITH_RC4_128_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL_ERROR_ACCESS_DENIED_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_BLOCK_PADDING - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_CERT_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_CERT_DOMAIN - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_CLIENT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_HANDSHAKE_HASH_VALUE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_MAC_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_MAC_READ - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BAD_SERVER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_BASE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_CERT_KEA_MISMATCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_CLIENT_KEY_EXCHANGE_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_CLOSE_NOTIFY_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_DECODE_ERROR_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_DECOMPRESSION_FAILURE_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_DECRYPT_ERROR_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_DECRYPTION_FAILED_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_DECRYPTION_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_ENCRYPTION_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_EXPIRED_CERT_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_EXPORT_ONLY_SERVER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_EXPORT_RESTRICTION_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_EXTRACT_PUBLIC_KEY_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_FORTEZZA_PQG - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
Deprecated.
As of NSS 3.11, FORTEZZA is no longer supported.
SSL_ERROR_FORTEZZA_PQG is a placeholder for backward
compatibility.
- SSL_ERROR_GENERATE_RANDOM_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_HANDSHAKE_FAILURE_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_HANDSHAKE_NOT_COMPLETED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_ILLEGAL_PARAMETER_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_INIT_CIPHER_SUITE_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_INSUFFICIENT_SECURITY_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_INTERNAL_ERROR_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_IV_PARAM_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_MAC_COMPUTATION_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_MD5_DIGEST_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_CIPHERS_SUPPORTED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_COMPRESSION_OVERLAP - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_CYPHER_OVERLAP - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_RENEGOTIATION_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_SERVER_KEY_FOR_ALG - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_NO_TRUSTED_SSL_CLIENT_CA - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_POST_WARNING - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_PROTOCOL_VERSION_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_PUB_KEY_SIZE_LIMIT_EXCEEDED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RECORD_OVERFLOW_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_REVOKED_CERT_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_APPLICATION_DATA - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_CERT_REQUEST - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_CERT_VERIFY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_CLIENT_HELLO - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_CLIENT_KEY_EXCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_FINISHED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_HANDSHAKE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_HELLO_DONE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_HELLO_REQUEST - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_SERVER_HELLO - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_MALFORMED_SERVER_KEY_EXCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_RECORD_TOO_LONG - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_APPLICATION_DATA - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_CERT_REQUEST - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_CERT_VERIFY - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_CHANGE_CIPHER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_CLIENT_HELLO - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_CLIENT_KEY_EXCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_FINISHED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_HANDSHAKE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_HELLO_DONE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_HELLO_REQUEST - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_SERVER_HELLO - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNEXPECTED_SERVER_KEY_EXCH - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNKNOWN_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNKNOWN_HANDSHAKE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_RX_UNKNOWN_RECORD_TYPE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SERVER_KEY_EXCHANGE_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SESSION_KEY_GEN_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SESSION_NOT_FOUND - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SHA_DIGEST_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SIGN_HASHES_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SOCKET_WRITE_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SSL2_DISABLED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SSL_DISABLED - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SYM_KEY_CONTEXT_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_SYM_KEY_UNWRAP_FAILURE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_TOKEN_INSERTION_REMOVAL - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_TOKEN_SLOT_NOT_FOUND - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_TX_RECORD_TOO_LONG - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_UNKNOWN_CA_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_UNKNOWN_CIPHER_SUITE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_UNSUPPORTED_CERT_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_UNSUPPORTED_CERTIFICATE_TYPE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_UNSUPPORTED_VERSION - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_US_ONLY_SERVER - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_USER_CANCELED_ALERT - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_ERROR_WRONG_CERTIFICATE - Static variable in class org.mozilla.jss.util.NativeErrcodes
-
- SSL_REQUIRE_ALWAYS - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL_REQUIRE_FIRST_HANDSHAKE - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL_REQUIRE_NEVER - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL_REQUIRE_NO_ERROR - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSL_RSA_FIPS_WITH_DES_CBC_SHA - Static variable in class org.mozilla.jss.ssl.SSLSocket
-
- SSLCA - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- SSLCA - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- SSLCertificateApprovalCallback - Interface in org.mozilla.jss.ssl
-
This interface is what you should implement if you want to
be able to decide whether or not you want to approve the peer's cert,
instead of having NSS do that.
- SSLCertificateApprovalCallback.ValidityItem - Class in org.mozilla.jss.ssl
-
- SSLCertificateApprovalCallback.ValidityItem(int, PK11Cert, int) - Constructor for class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityItem
-
- SSLCertificateApprovalCallback.ValidityStatus - Class in org.mozilla.jss.ssl
-
This class holds details about the errors for each cert in
the chain that the server presented
To use this class, getReasons(), then iterate over the enumeration
- SSLCertificateApprovalCallback.ValidityStatus() - Constructor for class org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityStatus
-
- sslciphersarray_jdk142 - Static variable in interface org.mozilla.jss.tests.Constants
-
Cipher supported by JSSE (JDK 1.4.x)
- sslciphersarray_jdk150 - Static variable in interface org.mozilla.jss.tests.Constants
-
Cipher supported by JSSE (JDK 1.5.x)
- SSLClient - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- SSLClient - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- SSLClient - Class in org.mozilla.jss.ssl
-
Parameters supported by this socket test:
filename file to be read from https server (default: /index.html)
port port to connect to (default: 443)
ipaddr address to connect to (overrides hostname, no default)
hostname host to connect to (no default)
clientauth do client-auth or not (default: no client-auth)
The following parameters are used for regression testing, so
we can print success or failure of the test.
- SSLClient(PrintStream, String, String[]) - Constructor for class org.mozilla.jss.ssl.SSLClient
-
- SSLClientAuth - Class in org.mozilla.jss.tests
-
SSLClientAuth Server/client test.
- SSLClientAuth() - Constructor for class org.mozilla.jss.tests.SSLClientAuth
-
- SSLClientAuth.HandshakeListener - Class in org.mozilla.jss.tests
-
- SSLClientAuth.HandshakeListener(String, SSLClientAuth) - Constructor for class org.mozilla.jss.tests.SSLClientAuth.HandshakeListener
-
- SSLClientCertificateSelectionCallback - Interface in org.mozilla.jss.ssl
-
Implement this if you want to specify dynamically which certificate
should be presented for client authentication.
- SSLHandshakeCompletedEvent - Class in org.mozilla.jss.ssl
-
This class represents the event telling you a handshake
operation is complete.
- SSLHandshakeCompletedEvent(SSLSocket) - Constructor for class org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
-
- SSLHandshakeCompletedListener - Interface in org.mozilla.jss.ssl
-
This interface is used when you want to know that a security
handshake is complete.
- SSLSecurityStatus - Class in org.mozilla.jss.ssl
-
This class represents the known state of an SSL connection: what cipher
is being used, how secure it is, and who's on the other end.
- SSLSecurityStatus(int, String, int, int, String, String, String, X509Certificate) - Constructor for class org.mozilla.jss.ssl.SSLSecurityStatus
-
This constructor is called from the native SSL code
It's not necessary for you to call this.
- SSLServer - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- SSLServer - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- SSLServer - Class in org.mozilla.jss.ssl
-
Parameters supported by this socket test:
filename file to be read from https server (default: /index.html)
port port to connect to (default: 443)
clientauth do client-auth or not (default: no client-auth)
The following parameters are used for regression testing, so
we can print success or failure of the test.
- SSLServer(PrintStream, String) - Constructor for class org.mozilla.jss.ssl.SSLServer
-
- SSLServerSocket - Class in org.mozilla.jss.ssl
-
SSL server socket.
- SSLServerSocket(int) - Constructor for class org.mozilla.jss.ssl.SSLServerSocket
-
Creates a server socket listening on the given port.
- SSLServerSocket(int, int) - Constructor for class org.mozilla.jss.ssl.SSLServerSocket
-
Creates a server socket listening on the given port.
- SSLServerSocket(int, int, InetAddress) - Constructor for class org.mozilla.jss.ssl.SSLServerSocket
-
Creates a server socket listening on the given port.
- SSLServerSocket(int, int, InetAddress, SSLCertificateApprovalCallback) - Constructor for class org.mozilla.jss.ssl.SSLServerSocket
-
Creates a server socket listening on the given port.
- SSLServerSocket(int, int, InetAddress, SSLCertificateApprovalCallback, boolean) - Constructor for class org.mozilla.jss.ssl.SSLServerSocket
-
Creates a server socket listening on the given port.
- SSLServerWithStepUp - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- SSLServerWithStepUp - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- SSLSocket - Class in org.mozilla.jss.ssl
-
SSL client socket.
- SSLSocket(String, int) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket and connects to the specified host and
port.
- SSLSocket(InetAddress, int) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket and connects to the specified address and
port.
- SSLSocket(String, int, InetAddress, int) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket and connects to the specified host and
port.
- SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket and connects to the specified address and
port.
- SSLSocket(String, int, InetAddress, int, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket and connects to the specified host and
port.
- SSLSocket(InetAddress, int, InetAddress, int, boolean, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Deprecated.
As of JSS 3.0. The stream parameter is ignored, because
only stream sockets are supported.
- SSLSocket(InetAddress, int, InetAddress, int, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket and connects to the specified address and
port.
- SSLSocket(Socket, String, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback) - Constructor for class org.mozilla.jss.ssl.SSLSocket
-
Creates an SSL client socket using the given Java socket for underlying
I/O.
- SSLSocket.CipherPolicy - Class in org.mozilla.jss.ssl
-
- SSLSocketException - Exception in org.mozilla.jss.ssl
-
A subclass of java.net.SocketException that contains an error code
from the native (NSS/NSPR) code.
- SSLSocketException() - Constructor for exception org.mozilla.jss.ssl.SSLSocketException
-
- SSLSocketException(String) - Constructor for exception org.mozilla.jss.ssl.SSLSocketException
-
- SSLSocketException(String, int) - Constructor for exception org.mozilla.jss.ssl.SSLSocketException
-
- SSLTest - Class in org.mozilla.jss.ssl
-
- SSLTest(String[]) - Constructor for class org.mozilla.jss.ssl.SSLTest
-
- SSOPasswordIsCorrect(byte[]) - Method in class org.mozilla.jss.pkcs11.PK11Token
-
- startSSLServer(String[]) - Method in class org.mozilla.jss.tests.JSSE_SSLServer
-
Start SSLServer and accept connections.
- stateOrProvinceName - Static variable in class org.mozilla.jss.pkix.primitive.Name
-
The OID for the state or province name (S) attribute.
- STATUS - Static variable in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- STATUS_FORTEZZA - Variable in class org.mozilla.jss.ssl.SSLSecurityStatus
-
Deprecated.
As of NSS 3.11, FORTEZZA is no longer supported.
STATUS_FORTEZZA is a placeholder for backward compatibility.
- STATUS_NOOPT - Variable in class org.mozilla.jss.ssl.SSLSecurityStatus
-
- STATUS_OFF - Variable in class org.mozilla.jss.ssl.SSLSecurityStatus
-
- STATUS_ON_HIGH - Variable in class org.mozilla.jss.ssl.SSLSecurityStatus
-
- STATUS_ON_LOW - Variable in class org.mozilla.jss.ssl.SSLSecurityStatus
-
- StatusResponder - Static variable in class org.mozilla.jss.CryptoManager.CertificateUsage
-
- StatusResponder - Static variable in class org.mozilla.jss.CryptoManager.CertUsage
-
- storeProxy - Variable in class org.mozilla.jss.pkcs11.PK11Store
-
- str - Variable in class org.mozilla.jss.pkcs11.PK11Cert.StringPrincipal
-
- stringToCipher(String) - Static method in class org.mozilla.jss.tests.Constants.cipher
-
- subBranch(long) - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
Creates a new OBJECT_IDENTIFIER that is a sub-branch of this one.
- subBranch(long[]) - Method in class org.mozilla.jss.asn1.OBJECT_IDENTIFIER
-
Creates a new OBJECT_IDENTIFIER that is a sub-branch of this one.
- SUBJECT_KEY_IDENTIFIER - Static variable in class org.mozilla.jss.pkix.cms.SignerIdentifier
-
- SubjectKeyIdentifier - Class in org.mozilla.jss.pkix.cert
-
Represent the Subject Key Identifier Extension.
- SubjectKeyIdentifier(OCTET_STRING) - Constructor for class org.mozilla.jss.pkix.cert.SubjectKeyIdentifier
-
Constructs an SubjectKeyIdentifier from its components.
- SubjectKeyIdentifier(boolean, OCTET_STRING) - Constructor for class org.mozilla.jss.pkix.cert.SubjectKeyIdentifier
-
- SubjectKeyIdentifier.Template - Class in org.mozilla.jss.pkix.cert
-
- SubjectKeyIdentifier.Template() - Constructor for class org.mozilla.jss.pkix.cert.SubjectKeyIdentifier.Template
-
- SubjectPublicKeyInfo - Class in org.mozilla.jss.pkix.primitive
-
A SubjectPublicKeyInfo, which stores information about a public key.
- SubjectPublicKeyInfo(AlgorithmIdentifier, BIT_STRING) - Constructor for class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- SubjectPublicKeyInfo(PublicKey) - Constructor for class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo
-
- SubjectPublicKeyInfo.Template - Class in org.mozilla.jss.pkix.primitive
-
- SubjectPublicKeyInfo.Template() - Constructor for class org.mozilla.jss.pkix.primitive.SubjectPublicKeyInfo.Template
-
- SUBSEQUENT_MESSAGE - Static variable in class org.mozilla.jss.pkix.crmf.POPOPrivKey
-
- SUCCESS - Static variable in class org.mozilla.jss.pkix.cmc.CMCStatusInfo
-
- superseded - Static variable in class org.mozilla.jss.pkix.cmmf.GetCRL
-
A bit position in a ReasonFlags bit string.
- superseded - Static variable in class org.mozilla.jss.pkix.cmmf.RevRequest
-
A CRLReason
, which can be used in the reason
field.
- supportedAlgorithms() - Method in class org.mozilla.jss.pkcs11.KeyType
-
Returns an array of algorithms supported by this key type.
- SymKeyGen - Class in org.mozilla.jss.tests
-
Most of this code is Deprecated look at JCASymKeyGen.java for sample.
- SymmetricKey - Interface in org.mozilla.jss.crypto
-
- SymmetricKey.NotExtractableException - Exception in org.mozilla.jss.crypto
-
- SymmetricKey.NotExtractableException() - Constructor for exception org.mozilla.jss.crypto.SymmetricKey.NotExtractableException
-
- SymmetricKey.NotExtractableException(String) - Constructor for exception org.mozilla.jss.crypto.SymmetricKey.NotExtractableException
-
- SymmetricKey.Type - Class in org.mozilla.jss.crypto
-
- SymmetricKey.Usage - Class in org.mozilla.jss.crypto
-
In PKCS #11, each key can be marked with the operations it will
be used to perform.