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 AlgorithmId
KeyGenInfo. 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 AlgorithmId
ICryptoSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)
Retrieves CA's signing algorithm id.AlgorithmId
KeyCertData. getAlgorithmId()
Retrieves signature algorithm.Methods in com.netscape.certsrv.security with parameters of type AlgorithmId Modifier and Type Method Description void
KeyCertData. 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 AlgorithmId
PKCS8Key. algid
Methods in netscape.security.pkcs that return AlgorithmId Modifier and Type Method Description AlgorithmId
PKCS8Key. getAlgorithmId()
Returns the algorithm ID to be used with this key.AlgorithmId
SignerInfo. getDigestAlgorithmId()
AlgorithmId[]
PKCS7. getDigestAlgorithmIds()
Returns the message digest algorithms specified in this PKCS7 block.AlgorithmId
SignerInfo. getDigestEncryptionAlgorithmId()
Methods in netscape.security.pkcs with parameters of type AlgorithmId Modifier and Type Method Description static PKCS8Key
PKCS8Key. 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 class
AlgIdDSA
This 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 AlgorithmId
X509Cert. algid
Deprecated.protected AlgorithmId
X509Key. algid
protected AlgorithmId
X509CertImpl. algId
Methods in netscape.security.x509 that return AlgorithmId Modifier and Type Method Description static AlgorithmId
AlgorithmId. get(java.lang.String algname)
Returns one of the algorithm IDs most commonly associated with this algorithm name.AlgorithmId
X500Signer. getAlgorithmId()
Returns the algorithm used to sign.AlgorithmId
X509Key. getAlgorithmId()
Returns the algorithm ID to be used with this key.AlgorithmId
X509Cert. getIssuerAlgorithmId()
Deprecated.Returns the algorithm used by the issuer to sign the certificate.static AlgorithmId
AlgorithmId. parse(byte[] val)
static AlgorithmId
AlgorithmId. 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 boolean
AlgorithmId. equals(AlgorithmId other)
Returns true iff the argument indicates the same algorithm with the same parameters.X500Signer
X509Cert. 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)
-