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 AlgorithmIdPKCS8Key.algid(package private) AlgorithmIdSignerInfo.digestAlgorithmIdprivate AlgorithmId[]PKCS7.digestAlgorithmIds(package private) AlgorithmIdSignerInfo.digestEncryptionAlgorithmIdMethods 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 PKCS8KeyPKCS8Key.buildPKCS8Key(AlgorithmId algid, byte[] key) (package private) static voidPKCS8Key.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 classThis 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 AlgorithmIdX500Signer.algidprotected AlgorithmIdX509Key.algidprivate AlgorithmIdCertificateAlgorithmId.algIdprotected AlgorithmIdX509CertImpl.algIdprivate AlgorithmIdX509CRLImpl.infoSigAlgIdprivate AlgorithmIdX509CRLImpl.sigAlgIdMethods in org.mozilla.jss.netscape.security.x509 that return AlgorithmIdModifier and TypeMethodDescriptionstatic AlgorithmIdReturns 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 AlgorithmIdAlgorithmId.parse(byte[] val) static AlgorithmIdParse (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 PublicKeyX509Key.buildPublicKey(AlgorithmId algid, byte[] key) (package private) static X509KeyX509Key.buildX509Key(AlgorithmId algid, byte[] key) (package private) static voidX509Key.encode(DerOutputStream out, AlgorithmId algid, byte[] key) booleanAlgorithmId.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 AlgorithmIdRSAPSSAlgorithmParameters.defaultHashAlgstatic final AlgorithmIdRSAPSSAlgorithmParameters.defaultMaskGenFuncprivate AlgorithmIdRSAPSSAlgorithmParameters.hashAlgprivate AlgorithmIdRSAPSSAlgorithmParameters.maskGenFunc