Uses of Class
org.mozilla.jss.netscape.security.x509.AlgorithmId
Packages that use AlgorithmId
Package
Description
-
Uses of AlgorithmId in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as AlgorithmIdModifier and TypeFieldDescriptionprotected AlgorithmId
PKCS8Key.algid
(package private) AlgorithmId
SignerInfo.digestAlgorithmId
private AlgorithmId[]
PKCS7.digestAlgorithmIds
(package private) AlgorithmId
SignerInfo.digestEncryptionAlgorithmId
Methods in org.mozilla.jss.netscape.security.pkcs that return AlgorithmIdModifier and TypeMethodDescriptionPKCS8Key.getAlgorithmId()
Returns the algorithm ID to be used with this key.SignerInfo.getDigestAlgorithmId()
PKCS7.getDigestAlgorithmIds()
Returns the message digest algorithms specified in this PKCS7 block.SignerInfo.getDigestEncryptionAlgorithmId()
Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type AlgorithmIdModifier and TypeMethodDescriptionstatic PKCS8Key
PKCS8Key.buildPKCS8Key
(AlgorithmId algid, byte[] key) (package private) static void
PKCS8Key.encode
(DerOutputStream out, AlgorithmId algid, byte[] key) Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type AlgorithmIdModifierConstructorDescriptionPKCS7
(AlgorithmId[] digestAlgorithmIds, ContentInfo contentInfo, X509Certificate[] certificates, SignerInfo[] signerInfos) Construct an initialized PKCS7 block.SignerInfo
(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes) SignerInfo
(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest) -
Uses of AlgorithmId in org.mozilla.jss.netscape.security.x509
Subclasses of AlgorithmId in org.mozilla.jss.netscape.security.x509Modifier and TypeClassDescriptionfinal class
This class identifies DSS/DSA Algorithm variants, which are distinguished by using different algorithm parameters P, Q, G.Fields in org.mozilla.jss.netscape.security.x509 declared as AlgorithmIdModifier and TypeFieldDescriptionprivate AlgorithmId
X500Signer.algid
protected AlgorithmId
X509Key.algid
private AlgorithmId
CertificateAlgorithmId.algId
protected AlgorithmId
X509CertImpl.algId
private AlgorithmId
X509CRLImpl.infoSigAlgId
private AlgorithmId
X509CRLImpl.sigAlgId
Methods in org.mozilla.jss.netscape.security.x509 that return AlgorithmIdModifier and TypeMethodDescriptionstatic AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.X500Signer.getAlgorithmId()
Returns the algorithm used to sign.X509Key.getAlgorithmId()
Returns the algorithm ID to be used with this key.static AlgorithmId
AlgorithmId.parse
(byte[] val) static AlgorithmId
Parse (unmarshal) an ID from a DER sequence input value.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type AlgorithmIdModifier and TypeMethodDescription(package private) static PublicKey
X509Key.buildPublicKey
(AlgorithmId algid, byte[] key) (package private) static X509Key
X509Key.buildX509Key
(AlgorithmId algid, byte[] key) (package private) static void
X509Key.encode
(DerOutputStream out, AlgorithmId algid, byte[] key) boolean
AlgorithmId.equals
(AlgorithmId other) Returns true iff the argument indicates the same algorithm with the same parameters.static String[]
AlgorithmId.getSigningAlgorithms
(AlgorithmId alg) Returns list of signing algorithms for a key algorithm such as RSA or DSA.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type AlgorithmIdModifierConstructorDescriptionDefault constructor for the certificate attribute.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, Hashtable<BigInteger, RevokedCertificate> badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509Key
(AlgorithmId algid, byte[] key) -
Uses of AlgorithmId in org.mozilla.jss.provider.java.security
Fields in org.mozilla.jss.provider.java.security declared as AlgorithmIdModifier and TypeFieldDescriptionstatic final AlgorithmId
RSAPSSAlgorithmParameters.defaultHashAlg
static final AlgorithmId
RSAPSSAlgorithmParameters.defaultMaskGenFunc
private AlgorithmId
RSAPSSAlgorithmParameters.hashAlg
private AlgorithmId
RSAPSSAlgorithmParameters.maskGenFunc