Package | Description |
---|---|
org.bouncycastle.asn1 | |
org.bouncycastle.asn1.eac |
Modifier and Type | Class and Description |
---|---|
class |
BERApplicationSpecific
An indefinite-length encoding version of an ASN.1 ApplicationSpecific object.
|
class |
DERApplicationSpecific
A DER encoding version of an application specific object.
|
class |
DLApplicationSpecific
A DER encoding version of an application specific object.
|
Modifier and Type | Method and Description |
---|---|
static ASN1ApplicationSpecific |
ASN1ApplicationSpecific.getInstance(Object obj)
Return an ASN1ApplicationSpecific from the passed in object, which may be a byte array, or null.
|
Modifier and Type | Method and Description |
---|---|
ASN1ApplicationSpecific |
CertificateBody.getCertificateProfileIdentifier()
CertificateProfileIdentifier : version of the certificate format.
|
Modifier and Type | Method and Description |
---|---|
static int |
EACTags.encodeTag(ASN1ApplicationSpecific spec) |
Constructor and Description |
---|
CertificateBody(ASN1ApplicationSpecific certificateProfileIdentifier,
CertificationAuthorityReference certificationAuthorityReference,
PublicKeyDataObject publicKey,
CertificateHolderReference certificateHolderReference,
CertificateHolderAuthorization certificateHolderAuthorization,
PackedDate certificateEffectiveDate,
PackedDate certificateExpirationDate)
builds an Iso7816CertificateBody by settings each parameters.
|
CertificateHolderAuthorization(ASN1ApplicationSpecific aSpe)
create an Iso7816CertificateHolderAuthorization according to the
ASN1ApplicationSpecific |
Copyright © 2021 BouncyCastle.org. All rights reserved.