| Package | Description |
|---|---|
| sun.security.pkcs | |
| sun.security.pkcs.android | |
| sun.security.util | |
| sun.security.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS10Attribute
Represent a PKCS#10 Attribute.
|
class |
PKCS10Attributes
This class defines the PKCS10 attributes for the request.
|
class |
PKCS9Attribute
Class supporting any PKCS9 attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignerInfo
A SignerInfo, as defined in PKCS#7's signedData type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerOutputStream
Output stream marshaling DER-encoded data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DerOutputStream.putOrderedSet(byte tag,
DerEncoder[] set)
Marshals the contents of a set on the output stream.
|
void |
DerOutputStream.putOrderedSetOf(byte tag,
DerEncoder[] set)
Marshals the contents of a set on the output stream.
|
| 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.
|
class |
AlgorithmId
This class identifies algorithms, such as cryptographic transforms, each
of which may be associated with parameters.
|
class |
AVA
X.500 Attribute-Value-Assertion (AVA): an attribute, as identified by
some attribute ID, has some particular value.
|
class |
X509CertImpl
The X509CertImpl class represents an X.509 certificate.
|
Copyright © 2020. All Rights Reserved.