Uses of Class
org.bouncycastle.asn1.ASN1ApplicationSpecific
-
Packages that use ASN1ApplicationSpecific Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.eac Classes and object identifiers related to the German BSI standard BSI TR-03110. -
-
Uses of ASN1ApplicationSpecific in org.bouncycastle.asn1
Subclasses of ASN1ApplicationSpecific in org.bouncycastle.asn1 Modifier and Type Class Description classBERApplicationSpecificAn indefinite-length encoding version of an ASN.1 ApplicationSpecific object.classDERApplicationSpecificA DER encoding version of an application specific object.classDLApplicationSpecificA DER encoding version of an application specific object.Methods in org.bouncycastle.asn1 that return ASN1ApplicationSpecific Modifier and Type Method Description static ASN1ApplicationSpecificASN1ApplicationSpecific. getInstance(java.lang.Object obj)Return an ASN1ApplicationSpecific from the passed in object, which may be a byte array, or null. -
Uses of ASN1ApplicationSpecific in org.bouncycastle.asn1.eac
Methods in org.bouncycastle.asn1.eac that return ASN1ApplicationSpecific Modifier and Type Method Description ASN1ApplicationSpecificCertificateBody. getCertificateProfileIdentifier()CertificateProfileIdentifier : version of the certificate format.Methods in org.bouncycastle.asn1.eac with parameters of type ASN1ApplicationSpecific Modifier and Type Method Description static intEACTags. encodeTag(ASN1ApplicationSpecific spec)Constructors in org.bouncycastle.asn1.eac with parameters of type ASN1ApplicationSpecific Constructor 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 theASN1ApplicationSpecific
-