| Package | Description |
|---|---|
| sun.security.pkcs | |
| sun.security.pkcs.android | |
| sun.security.timestamp | |
| sun.security.x509 |
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmId |
PKCS8Key.algid |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmId |
EncryptedPrivateKeyInfo.getAlgorithm()
Returns the encryption algorithm.
|
AlgorithmId |
PKCS8Key.getAlgorithmId()
Returns the algorithm ID to be used with this key.
|
| Constructor and Description |
|---|
EncryptedPrivateKeyInfo(AlgorithmId algid,
byte[] encryptedData)
Constructs an
EncryptedPrivateKeyInfo from the
encryption algorithm and the encrypted data. |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmId |
SignerInfo.getDigestAlgorithmId() |
AlgorithmId[] |
PKCS7.getDigestAlgorithmIds()
Returns the message digest algorithms specified in this PKCS7 block.
|
AlgorithmId |
SignerInfo.getDigestEncryptionAlgorithmId() |
| Constructor and Description |
|---|
PKCS7(AlgorithmId[] digestAlgorithmIds,
ContentInfo contentInfo,
java.security.cert.X509Certificate[] certificates,
SignerInfo[] signerInfos)
Construct an initialized PKCS7 block.
|
SignerInfo(X500Name issuerName,
java.math.BigInteger serial,
AlgorithmId digestAlgorithmId,
AlgorithmId digestEncryptionAlgorithmId,
byte[] encryptedDigest) |
SignerInfo(X500Name issuerName,
java.math.BigInteger serial,
AlgorithmId digestAlgorithmId,
PKCS9Attributes authenticatedAttributes,
AlgorithmId digestEncryptionAlgorithmId,
byte[] encryptedDigest,
PKCS9Attributes unauthenticatedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmId |
TimestampToken.getHashAlgorithm() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlgIdDSA
This class identifies DSS/DSA Algorithm variants, which are distinguished
by using different algorithm parameters P, Q, G.
|
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmId |
X509Cert.algid
Deprecated.
|
protected AlgorithmId |
X509Key.algid |
protected AlgorithmId |
X509CertImpl.algId |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmId |
AlgorithmId.get(java.security.AlgorithmParameters algparams)
Returns one of the algorithm IDs most commonly associated
with this algorithm parameters.
|
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.
|
static AlgorithmId |
AlgorithmId.getAlgorithmId(java.lang.String algname)
Deprecated.
use the short get form of this method.
|
AlgorithmId |
X509Cert.getIssuerAlgorithmId()
Deprecated.
Returns the algorithm used by the issuer to sign the certificate.
|
static AlgorithmId |
AlgorithmId.parse(DerValue val)
Parse (unmarshal) an ID from a DER sequence input value.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
CertificateAlgorithmId(AlgorithmId algId)
Default constructor for the certificate attribute.
|
Copyright © 2020. All Rights Reserved.