| Package | Description |
|---|---|
| net.named_data.jndn.encoding.der | |
| net.named_data.jndn.security.certificate |
| Constructor and Description |
|---|
DerInteger(ByteBuffer buffer)
Create a new DerInteger from the bytes in the buffer.
|
DerInteger(int integer)
Create a new DerInteger for the value.
|
DerOid(OID oid)
Create a DerOid with the given object identifier.
|
DerOid(String oidStr)
Create a DerOid with the given object identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Certificate.encode()
Encode the contents of the certificate in DER format and set the Content
and MetaInfo fields.
|
DerNode |
CertificateSubjectDescription.toDer()
Encode the object into a DER syntax tree.
|
DerNode |
CertificateExtension.toDer()
Encode the object into DER syntax tree.
|
Blob |
CertificateExtension.toDerBlob() |
Copyright © 2019. All rights reserved.