| Package | Description |
|---|---|
| sun.security.pkcs | |
| sun.security.pkcs.android | |
| sun.security.util | |
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
void |
PKCS8Key.encode(DerOutputStream out)
PKCS#8 sequence on the DER output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerInfo.encode(DerOutputStream out) |
void |
ContentInfo.encode(DerOutputStream out) |
void |
PKCS7.encodeSignedData(DerOutputStream out)
Encodes the signed data to a DerOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DerValue.encode(DerOutputStream out)
Encode an ASN1/DER encoded datum onto a DER output stream.
|
void |
DerOutputStream.write(byte tag,
DerOutputStream out)
Writes tagged data using buffer-to-buffer copy.
|
void |
DerOutputStream.writeImplicit(byte tag,
DerOutputStream value)
Writes implicitly tagged data using buffer-to-buffer copy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X500Name.emit(DerOutputStream out)
Deprecated.
Use encode() instead
|
void |
X509Key.encode(DerOutputStream out)
Encode SubjectPublicKeyInfo sequence on the DER output stream.
|
void |
X509CRLEntryImpl.encode(DerOutputStream outStrm)
Encodes the revoked certificate to an output stream.
|
void |
X500Name.encode(DerOutputStream out)
Encodes the name in DER-encoded form.
|
void |
X400Address.encode(DerOutputStream out)
Encode the X400 name into the DerOutputStream.
|
void |
URIName.encode(DerOutputStream out)
Encode the URI name into the DerOutputStream.
|
void |
SerialNumber.encode(DerOutputStream out)
Encode the SerialNumber in DER form to the stream.
|
void |
ReasonFlags.encode(DerOutputStream out)
Write the extension to the DerOutputStream.
|
void |
RFC822Name.encode(DerOutputStream out)
Encode the RFC822 name into the DerOutputStream.
|
void |
PolicyInformation.encode(DerOutputStream out)
Write the PolicyInformation to the DerOutputStream.
|
void |
OtherName.encode(DerOutputStream out)
Encode the Other name into the DerOutputStream.
|
void |
OIDName.encode(DerOutputStream out)
Encode the OID name into the DerOutputStream.
|
void |
IPAddressName.encode(DerOutputStream out)
Encode the IPAddress name into the DerOutputStream.
|
void |
GeneralSubtrees.encode(DerOutputStream out)
Encode the GeneralSubtrees.
|
void |
GeneralSubtree.encode(DerOutputStream out)
Encode the GeneralSubtree.
|
void |
GeneralNames.encode(DerOutputStream out)
Write the extension to the DerOutputStream.
|
void |
GeneralNameInterface.encode(DerOutputStream out)
Encode the name to the specified DerOutputStream.
|
void |
GeneralName.encode(DerOutputStream out)
Encode the name to the specified DerOutputStream.
|
void |
Extension.encode(DerOutputStream out)
Write the extension to the DerOutputStream.
|
void |
EDIPartyName.encode(DerOutputStream out)
Encode the EDI party name into the DerOutputStream.
|
void |
DistributionPointName.encode(DerOutputStream out)
Encodes the distribution point name and writes it to the DerOutputStream.
|
void |
DistributionPoint.encode(DerOutputStream out)
Write the DistributionPoint value to the DerOutputStream.
|
void |
DNSName.encode(DerOutputStream out)
Encode the DNS name into the DerOutputStream.
|
void |
CertificatePolicySet.encode(DerOutputStream out)
Encode the policy set to the output stream.
|
void |
CertificatePolicyMap.encode(DerOutputStream out)
Write the CertificatePolicyMap to the DerOutputStream.
|
void |
CertificatePolicyId.encode(DerOutputStream out)
Write the CertificatePolicyId to the DerOutputStream.
|
void |
AlgorithmId.encode(DerOutputStream out)
Marshal a DER-encoded "AlgorithmID" sequence on the DER stream.
|
void |
AccessDescription.encode(DerOutputStream out) |
void |
AVA.encode(DerOutputStream out) |
void |
UniqueIdentity.encode(DerOutputStream out,
byte tag)
Encode the UniqueIdentity in DER form to the stream.
|
Copyright © 2020. All Rights Reserved.