Uses of Class
org.gudy.bouncycastle.asn1.ASN1Object
-
Packages that use ASN1Object Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.org.gudy.bouncycastle.asn1.sec Classes for support of the SEC standard for Elliptic Curve.org.gudy.bouncycastle.asn1.x509 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.asn1 Modifier and Type Class Description class
ASN1Null
A NULL object.class
ASN1OctetString
class
ASN1Sequence
class
ASN1Set
class
ASN1TaggedObject
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
BERConstructedOctetString
class
BERConstructedSequence
Deprecated.use BERSequenceclass
BERNull
A BER NULL object.class
BERSequence
class
BERSet
class
BERTaggedObject
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
DERApplicationSpecific
Base class for an application specific objectclass
DERBitString
class
DERBMPString
DER BMPString object.class
DERBoolean
class
DERConstructedSequence
Deprecated.use DERSequence.class
DERConstructedSet
Deprecated.use DERSetclass
DEREnumerated
class
DERGeneralizedTime
Generalized time object.class
DERGeneralString
class
DERIA5String
DER IA5String object - this is an ascii string.class
DERInteger
class
DERNull
A NULL object.class
DERNumericString
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.class
DERObjectIdentifier
class
DEROctetString
class
DERPrintableString
DER PrintableString object.class
DERSequence
class
DERSet
A DER encoded set objectclass
DERT61String
DER T61String (also the teletex string)class
DERTaggedObject
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
DERUniversalString
DER UniversalString object.class
DERUTCTime
UTC time object.class
DERUTF8String
DER UTF8String object.class
DERVisibleString
DER VisibleString object.Methods in org.gudy.bouncycastle.asn1 that return ASN1Object Modifier and Type Method Description static 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.misc Modifier and Type Class Description class
NetscapeCertType
The NetscapeCertType object.class
NetscapeRevocationURL
class
VerisignCzagExtension
-
Uses of ASN1Object in org.gudy.bouncycastle.asn1.sec
Methods in org.gudy.bouncycastle.asn1.sec that return ASN1Object Modifier and Type Method Description private ASN1Object
ECPrivateKeyStructure. getObjectInTag(int tagNo)
ASN1Object
ECPrivateKeyStructure. getParameters()
-
Uses of ASN1Object in org.gudy.bouncycastle.asn1.x509
Subclasses of ASN1Object in org.gudy.bouncycastle.asn1.x509 Modifier and Type Class Description class
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.class
CRLNumber
The CRLNumber object.class
CRLReason
The CRLReason enumeration.class
KeyPurposeId
The KeyPurposeId object.class
KeyUsage
The KeyUsage object.class
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies X509V3 extension.class
ReasonFlags
The ReasonFlags object.Methods in org.gudy.bouncycastle.asn1.x509 that return ASN1Object Modifier and Type Method Description static ASN1Object
X509Extension. convertValueToObject(X509Extension ext)
Convert the value of the passed in extension to an object
-