| Package | Description |
|---|---|
| sun.security.pkcs | |
| sun.security.pkcs.android | |
| sun.security.util | |
| sun.security.x509 |
| Constructor and Description |
|---|
PKCS10Attributes(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
PKCS9Attributes(DerInputStream in)
Construct a set of PKCS9 Attributes from the contents of its
DER encoding on a DerInputStream.
|
PKCS9Attributes(DerInputStream in,
boolean ignoreUnsupportedAttributes)
Construct a set of PKCS9 Attributes from the contents of its
DER encoding on a DerInputStream.
|
PKCS9Attributes(ObjectIdentifier[] permittedAttributes,
DerInputStream in)
Construct a set of PKCS9 Attributes from its
DER encoding on a DerInputStream, accepting only attributes
with OIDs on the given
list.
|
| Constructor and Description |
|---|
ContentInfo(DerInputStream derin)
Parses a PKCS#7 content info.
|
ContentInfo(DerInputStream derin,
boolean oldStyle)
Parses a PKCS#7 content info.
|
PKCS7(DerInputStream derin)
Unmarshals a PKCS7 block from its encoded form, parsing the
encoded bytes from the DerInputStream.
|
SignerInfo(DerInputStream derin)
Parses a PKCS#7 signer info.
|
SignerInfo(DerInputStream derin,
boolean oldStyle)
Parses a PKCS#7 signer info.
|
| Modifier and Type | Field and Description |
|---|---|
DerInputStream |
DerValue.data
The DER-encoded data of the value.
|
| Modifier and Type | Method and Description |
|---|---|
DerInputStream |
DerValue.getData() |
DerInputStream |
DerInputStream.subStream(int len,
boolean do_skip)
Creates a new DER input stream from part of this input stream.
|
DerInputStream |
DerValue.toDerInputStream()
For "set" and "sequence" types, this function may be used
to return a DER stream of the members of the set or sequence.
|
| Constructor and Description |
|---|
ObjectIdentifier(DerInputStream in)
Constructs an object ID from an ASN.1 encoded input stream.
|
| Constructor and Description |
|---|
CertificateAlgorithmId(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateExtensions(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateIssuerName(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateIssuerUniqueIdentity(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificatePolicySet(DerInputStream in)
Create the object from the DerValue.
|
CertificateSerialNumber(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateSubjectName(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateSubjectUniqueIdentity(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateValidity(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateVersion(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CertificateX509Key(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
CRLExtensions(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
ReasonFlags(DerInputStream in)
Create the object from the passed DER encoded value.
|
SerialNumber(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
UniqueIdentity(DerInputStream in)
Create the object, decoding the values from the passed DER stream.
|
X500Name(DerInputStream in)
Constructs a name from an ASN.1 encoded input stream.
|
Copyright © 2020. All Rights Reserved.