| Package | Description |
|---|---|
| sun.security.pkcs.android |
| Modifier and Type | Method and Description |
|---|---|
PKCS9Attributes |
SignerInfo.getAuthenticatedAttributes() |
PKCS9Attributes |
SignerInfo.getUnauthenticatedAttributes() |
| Constructor and Description |
|---|
SignerInfo(X500Name issuerName,
java.math.BigInteger serial,
AlgorithmId digestAlgorithmId,
PKCS9Attributes authenticatedAttributes,
AlgorithmId digestEncryptionAlgorithmId,
byte[] encryptedDigest,
PKCS9Attributes unauthenticatedAttributes) |
Copyright © 2020. All Rights Reserved.