Uses of Class
org.gudy.bouncycastle.asn1.ASN1Object
Packages that use ASN1Object
Package
Description
A library for parsing and writing ASN.1 objects.
Miscellaneous object identifiers and objects.
Classes for support of the SEC standard for Elliptic Curve.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of ASN1Object in org.gudy.bouncycastle.asn1
Subclasses of ASN1Object in org.gudy.bouncycastle.asn1Modifier and TypeClassDescriptionclassA NULL object.classclassclassclassASN.1 TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences).classclassDeprecated.use BERSequenceclassA BER NULL object.classclassclassBER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences).classBase class for an application specific objectclassclassDER BMPString object.classclassDeprecated.use DERSequence.classDeprecated.use DERSetclassclassGeneralized time object.classclassDER IA5String object - this is an ascii string.classclassA NULL object.classDER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.classclassclassDER PrintableString object.classclassA DER encoded set objectclassDER T61String (also the teletex string)classDER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences).classDER UniversalString object.classUTC time object.classDER UTF8String object.classDER VisibleString object.Methods in org.gudy.bouncycastle.asn1 that return ASN1ObjectModifier and TypeMethodDescriptionstatic ASN1ObjectASN1Object.fromByteArray(byte[] data) Create a base ASN.1 object from a byte stream. -
Uses of ASN1Object in org.gudy.bouncycastle.asn1.misc
Subclasses of ASN1Object in org.gudy.bouncycastle.asn1.miscModifier and TypeClassDescriptionclassThe NetscapeCertType object.classclass -
Uses of ASN1Object in org.gudy.bouncycastle.asn1.sec
Methods in org.gudy.bouncycastle.asn1.sec that return ASN1ObjectModifier and TypeMethodDescriptionprivate ASN1ObjectECPrivateKeyStructure.getObjectInTag(int tagNo) ECPrivateKeyStructure.getParameters() -
Uses of ASN1Object in org.gudy.bouncycastle.asn1.x509
Subclasses of ASN1Object in org.gudy.bouncycastle.asn1.x509Modifier and TypeClassDescriptionclassCertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.classThe CRLNumber object.classThe CRLReason enumeration.classThe KeyPurposeId object.classThe KeyUsage object.classPolicyQualifierId, used in the CertificatePolicies X509V3 extension.classThe ReasonFlags object.Methods in org.gudy.bouncycastle.asn1.x509 that return ASN1ObjectModifier and TypeMethodDescriptionstatic ASN1ObjectX509Extension.convertValueToObject(X509Extension ext) Convert the value of the passed in extension to an object