| Package | Description |
|---|---|
| sun.security.pkcs | |
| sun.security.pkcs.android | |
| sun.security.util | |
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
static PKCS8Key |
PKCS8Key.parse(DerValue in) |
static java.security.PrivateKey |
PKCS8Key.parseKey(DerValue in)
Construct PKCS#8 subject public key from a DER value.
|
| Constructor and Description |
|---|
PKCS10Attribute(DerValue derVal)
Constructs an attribute from a DER encoding.
|
PKCS9Attribute(DerValue derVal)
Construct a PKCS9Attribute from its encoding on an input
stream.
|
| Modifier and Type | Method and Description |
|---|---|
DerValue |
ContentInfo.getContent() |
| Constructor and Description |
|---|
ContentInfo(ObjectIdentifier contentType,
DerValue content) |
| Modifier and Type | Method and Description |
|---|---|
DerValue |
DerInputStream.getDerValue()
Get a single DER-encoded value from the input stream.
|
DerValue[] |
DerInputStream.getSequence(int startLen)
Return a sequence of encoded entities.
|
DerValue[] |
DerInputStream.getSet(int startLen)
Return a set of encoded entities.
|
DerValue[] |
DerInputStream.getSet(int startLen,
boolean implicit)
Return a set of encoded entities.
|
protected DerValue[] |
DerInputStream.readVector(int startLen) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DerValue.equals(DerValue other)
Bitwise equality comparison.
|
void |
DerOutputStream.putDerValue(DerValue val)
Marshals pre-encoded DER value onto the output stream.
|
void |
DerOutputStream.putSequence(DerValue[] seq)
Marshals a sequence on the output stream.
|
void |
DerOutputStream.putSet(DerValue[] set)
Marshals the contents of a set on the output stream without
ordering the elements.
|
| Modifier and Type | Field and Description |
|---|---|
protected DerValue |
AlgorithmId.params
Parameters for this algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
DerValue |
X500Name.findMostSpecificAttribute(ObjectIdentifier attribute)
Find the most specific ("last") attribute of the given
type.
|
DerValue |
AVA.getDerValue()
Get the value of this AVA as a DerValue.
|
| Modifier and Type | Method and Description |
|---|---|
static URIName |
URIName.nameConstraint(DerValue value)
Create the URIName object with the specified name constraint.
|
static java.security.PublicKey |
X509Key.parse(DerValue in)
Construct X.509 subject public key from a DER value.
|
static AlgorithmId |
AlgorithmId.parse(DerValue val)
Parse (unmarshal) an ID from a DER sequence input value.
|
| Constructor and Description |
|---|
AccessDescription(DerValue derValue) |
AVA(ObjectIdentifier type,
DerValue val) |
CertificateIssuerUniqueIdentity(DerValue val)
Create the object, decoding the values from the passed DER value.
|
CertificatePolicyId(DerValue val)
Create the object from its Der encoded value.
|
CertificatePolicyMap(DerValue val)
Create the CertificatePolicyMap from the DER encoded value.
|
CertificateSerialNumber(DerValue val)
Create the object, decoding the values from the passed DerValue.
|
CertificateSubjectUniqueIdentity(DerValue val)
Create the object, decoding the values from the passed DER value.
|
CertificateVersion(DerValue val)
Create the object, decoding the values from the passed DerValue.
|
DistributionPoint(DerValue val)
Create the object from the passed DER encoded form.
|
DistributionPointName(DerValue encoding)
Creates a distribution point name from its DER-encoded form.
|
DNSName(DerValue derValue)
Create the DNSName object from the passed encoded Der value.
|
EDIPartyName(DerValue derValue)
Create the EDIPartyName object from the passed encoded Der value.
|
Extension(DerValue derVal)
Constructs an extension from a DER encoded array of bytes.
|
GeneralName(DerValue encName)
Create the object from its DER encoded value.
|
GeneralName(DerValue encName,
boolean nameConstraint)
Create the object from its DER encoded value.
|
GeneralNames(DerValue derVal)
Create the GeneralNames, decoding from the passed DerValue.
|
GeneralSubtree(DerValue val)
Create the object from its DER encoded form.
|
GeneralSubtrees(DerValue val)
Create the object from the passed DER encoded form.
|
IPAddressName(DerValue derValue)
Create the IPAddressName object from the passed encoded Der value.
|
KeyIdentifier(DerValue val)
Create a KeyIdentifier from the DER encoded value.
|
OIDName(DerValue derValue)
Create the OIDName object from the passed encoded Der value.
|
OtherName(DerValue derValue)
Create the OtherName object from the passed encoded Der value.
|
PolicyInformation(DerValue val)
Create an instance of PolicyInformation, decoding from
the passed DerValue.
|
ReasonFlags(DerValue derVal)
Create the object from the passed DER encoded value.
|
RFC822Name(DerValue derValue)
Create the RFC822Name object from the passed encoded Der value.
|
SerialNumber(DerValue val)
Create the object, decoding the values from the passed DerValue.
|
UniqueIdentity(DerValue derVal)
Create the object, decoding the values from the passed DER stream.
|
URIName(DerValue derValue)
Create the URIName object from the passed encoded Der value.
|
X400Address(DerValue derValue)
Create the X400Address object from the passed encoded Der value.
|
X500Name(DerValue value)
Constructs a name from an ASN.1 encoded value.
|
X509Cert(DerValue derVal)
Deprecated.
Unmarshal a certificate from its encoded form, parsing a DER value.
|
X509CertImpl(DerValue derVal)
Unmarshal a certificate from its encoded form, parsing a DER value.
|
X509CertInfo(DerValue derVal)
Unmarshal a certificate from its encoded form, parsing a DER value.
|
X509CRLEntryImpl(DerValue derValue)
Unmarshals a revoked certificate from its encoded form.
|
X509CRLImpl(DerValue val)
Unmarshals an X.509 CRL from an DER value.
|
Copyright © 2020. All Rights Reserved.