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 TypeClassDescriptionclass
A NULL object.class
class
class
class
ASN.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).class
class
Deprecated.use BERSequenceclass
A BER NULL object.class
class
class
BER 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).class
Base class for an application specific objectclass
class
DER BMPString object.class
class
Deprecated.use DERSequence.class
Deprecated.use DERSetclass
class
Generalized time object.class
class
DER IA5String object - this is an ascii string.class
class
A NULL object.class
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.class
class
class
DER PrintableString object.class
class
A DER encoded set objectclass
DER T61String (also the teletex string)class
DER 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).class
DER UniversalString object.class
UTC time object.class
DER UTF8String object.class
DER VisibleString object.Methods in org.gudy.bouncycastle.asn1 that return ASN1ObjectModifier and TypeMethodDescriptionstatic ASN1Object
ASN1Object.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 TypeClassDescriptionclass
The NetscapeCertType object.class
class
-
Uses of ASN1Object in org.gudy.bouncycastle.asn1.sec
Methods in org.gudy.bouncycastle.asn1.sec that return ASN1ObjectModifier and TypeMethodDescriptionprivate ASN1Object
ECPrivateKeyStructure.getObjectInTag
(int tagNo) ECPrivateKeyStructure.getParameters()
-
Uses of ASN1Object in org.gudy.bouncycastle.asn1.x509
Subclasses of ASN1Object in org.gudy.bouncycastle.asn1.x509Modifier and TypeClassDescriptionclass
CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.class
The CRLNumber object.class
The CRLReason enumeration.class
The KeyPurposeId object.class
The KeyUsage object.class
PolicyQualifierId, used in the CertificatePolicies X509V3 extension.class
The ReasonFlags object.Methods in org.gudy.bouncycastle.asn1.x509 that return ASN1ObjectModifier and TypeMethodDescriptionstatic ASN1Object
X509Extension.convertValueToObject
(X509Extension ext) Convert the value of the passed in extension to an object