Uses of Class
netscape.security.x509.AlgorithmId
-
Packages that use AlgorithmId Package Description com.netscape.certsrv.base com.netscape.certsrv.security netscape.security.pkcs netscape.security.x509 -
-
Uses of AlgorithmId in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return AlgorithmId Modifier and Type Method Description AlgorithmIdKeyGenInfo. getAlgorithmId()Get Algorithm ID -
Uses of AlgorithmId in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return AlgorithmId Modifier and Type Method Description AlgorithmIdICryptoSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)Retrieves CA's signing algorithm id.AlgorithmIdKeyCertData. getAlgorithmId()Retrieves signature algorithm.Methods in com.netscape.certsrv.security with parameters of type AlgorithmId Modifier and Type Method Description voidKeyCertData. setAlgorithmId(AlgorithmId id)Sets algorithm identifier -
Uses of AlgorithmId in netscape.security.pkcs
Fields in netscape.security.pkcs declared as AlgorithmId Modifier and Type Field Description protected AlgorithmIdPKCS8Key. algidMethods in netscape.security.pkcs that return AlgorithmId Modifier and Type Method Description AlgorithmIdPKCS8Key. getAlgorithmId()Returns the algorithm ID to be used with this key.AlgorithmIdSignerInfo. getDigestAlgorithmId()AlgorithmId[]PKCS7. getDigestAlgorithmIds()Returns the message digest algorithms specified in this PKCS7 block.AlgorithmIdSignerInfo. getDigestEncryptionAlgorithmId()Methods in netscape.security.pkcs with parameters of type AlgorithmId Modifier and Type Method Description static PKCS8KeyPKCS8Key. buildPKCS8Key(AlgorithmId algid, byte[] key)Constructors in netscape.security.pkcs with parameters of type AlgorithmId Constructor Description PKCS7(AlgorithmId[] digestAlgorithmIds, ContentInfo contentInfo, java.security.cert.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 netscape.security.x509
Subclasses of AlgorithmId in netscape.security.x509 Modifier and Type Class Description classAlgIdDSAThis class identifies DSS/DSA Algorithm variants, which are distinguished by using different algorithm parameters P, Q, G.Fields in netscape.security.x509 declared as AlgorithmId Modifier and Type Field Description protected AlgorithmIdX509Cert. algidDeprecated.protected AlgorithmIdX509Key. algidprotected AlgorithmIdX509CertImpl. algIdMethods in netscape.security.x509 that return AlgorithmId Modifier and Type Method Description static AlgorithmIdAlgorithmId. get(java.lang.String algname)Returns one of the algorithm IDs most commonly associated with this algorithm name.AlgorithmIdX500Signer. getAlgorithmId()Returns the algorithm used to sign.AlgorithmIdX509Key. getAlgorithmId()Returns the algorithm ID to be used with this key.AlgorithmIdX509Cert. getIssuerAlgorithmId()Deprecated.Returns the algorithm used by the issuer to sign the certificate.static AlgorithmIdAlgorithmId. parse(byte[] val)static AlgorithmIdAlgorithmId. parse(DerValue val)Parse (unmarshal) an ID from a DER sequence input value.Methods in netscape.security.x509 with parameters of type AlgorithmId Modifier and Type Method Description booleanAlgorithmId. equals(AlgorithmId other)Returns true iff the argument indicates the same algorithm with the same parameters.X500SignerX509Cert. getSigner(AlgorithmId algorithmId, java.security.PrivateKey privateKey)Deprecated.Returns an X500Signer that may be used to create signatures.static java.lang.String[]AlgorithmId. getSigningAlgorithms(AlgorithmId alg)Returns list of signing algorithms for a key algorithm such as RSA or DSA.Constructors in netscape.security.x509 with parameters of type AlgorithmId Constructor Description CertificateAlgorithmId(AlgorithmId algId)Default constructor for the certificate attribute.X509CRLImpl(X500Name issuer, AlgorithmId algId, java.util.Date thisDate, java.util.Date nextDate, java.util.Hashtable<java.math.BigInteger,RevokedCertificate> badCerts, CRLExtensions crlExts)CRL constructor, revoked certs and extensions.X509CRLImpl(X500Name issuer, AlgorithmId algId, java.util.Date thisDate, java.util.Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts)CRL constructor, revoked certs and extensions.X509Key(AlgorithmId algid, byte[] key)
-