Uses of Class
org.gudy.bouncycastle.asn1.DERObject
-
Packages that use DERObject Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.cms org.gudy.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.org.gudy.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.gudy.bouncycastle.asn1.sec Classes for support of the SEC standard for Elliptic Curve.org.gudy.bouncycastle.asn1.util An ASN.1 dump utility.org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve.org.gudy.bouncycastle.jce org.gudy.bouncycastle.jce.provider org.gudy.bouncycastle.x509 -
-
Uses of DERObject in org.gudy.bouncycastle.asn1
Subclasses of DERObject in org.gudy.bouncycastle.asn1 Modifier and Type Class Description class
ASN1Null
A NULL object.class
ASN1Object
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
DERUnknownTag
We insert one of these when we find a tag we don't recognise.class
DERUTCTime
UTC time object.class
DERUTF8String
DER UTF8String object.class
DERVisibleString
DER VisibleString object.Fields in org.gudy.bouncycastle.asn1 declared as DERObject Modifier and Type Field Description private static DERObject
ASN1InputStream. END_OF_STREAM
private static DERObject
BERInputStream. END_OF_STREAM
Deprecated.Methods in org.gudy.bouncycastle.asn1 that return DERObject Modifier and Type Method Description protected DERObject
ASN1InputStream. buildObject(int tag, int tagNo, int length)
build an object given its tag and the number of bytes to construct it from.protected DERObject
DERInputStream. buildObject(int tag, byte[] bytes)
Deprecated.build an object given its tag and a byte stream to construct it from.DERObject
ASN1Encodable. getDERObject()
DERObject
BEROctetStringParser. getDERObject()
DERObject
BERSequenceParser. getDERObject()
DERObject
BERSetParser. getDERObject()
DERObject
BERTaggedObjectParser. getDERObject()
DERObject
DEREncodable. getDERObject()
DERObject
ASN1TaggedObject. getObject()
return whatever was following the tag.DERObject
DERApplicationSpecific. getObject()
DERObject
DERApplicationSpecific. getObject(int derTagNo)
Return the enclosed object assuming implicit tagging.DERObject
ASN1InputStream. readObject()
DERObject
BERInputStream. readObject()
Deprecated.DERObject
DERInputStream. readObject()
Deprecated.abstract DERObject
ASN1Encodable. toASN1Object()
DERObject
DERObject. toASN1Object()
Methods in org.gudy.bouncycastle.asn1 with parameters of type DERObject Modifier and Type Method Description (package private) boolean
ASN1Null. asn1Equals(DERObject o)
(package private) abstract boolean
ASN1Object. asn1Equals(DERObject o)
(package private) boolean
ASN1OctetString. asn1Equals(DERObject o)
(package private) boolean
ASN1Sequence. asn1Equals(DERObject o)
(package private) boolean
ASN1Set. asn1Equals(DERObject o)
(package private) boolean
ASN1TaggedObject. asn1Equals(DERObject o)
(package private) boolean
DERApplicationSpecific. asn1Equals(DERObject o)
protected boolean
DERBitString. asn1Equals(DERObject o)
protected boolean
DERBMPString. asn1Equals(DERObject o)
protected boolean
DERBoolean. asn1Equals(DERObject o)
(package private) boolean
DEREnumerated. asn1Equals(DERObject o)
(package private) boolean
DERGeneralizedTime. asn1Equals(DERObject o)
(package private) boolean
DERGeneralString. asn1Equals(DERObject o)
(package private) boolean
DERIA5String. asn1Equals(DERObject o)
(package private) boolean
DERInteger. asn1Equals(DERObject o)
(package private) boolean
DERNumericString. asn1Equals(DERObject o)
(package private) boolean
DERObjectIdentifier. asn1Equals(DERObject o)
(package private) boolean
DERPrintableString. asn1Equals(DERObject o)
(package private) boolean
DERT61String. asn1Equals(DERObject o)
(package private) boolean
DERUniversalString. asn1Equals(DERObject o)
(package private) boolean
DERUTCTime. asn1Equals(DERObject o)
(package private) boolean
DERUTF8String. asn1Equals(DERObject o)
(package private) boolean
DERVisibleString. asn1Equals(DERObject o)
private BERConstructedOctetString
ASN1InputStream. buildConstructedOctetString(DERObject sentinel)
private ASN1EncodableVector
ASN1InputStream. buildEncodableVector(DERObject sentinel)
Constructors in org.gudy.bouncycastle.asn1 with parameters of type DERObject Constructor Description BERConstructedOctetString(DERObject obj)
-
Uses of DERObject in org.gudy.bouncycastle.asn1.cms
Methods in org.gudy.bouncycastle.asn1.cms that return DERObject Modifier and Type Method Description DERObject
ContentInfo. toASN1Object()
Produce an object suitable for an ASN1OutputStream. -
Uses of DERObject in org.gudy.bouncycastle.asn1.misc
Subclasses of DERObject in org.gudy.bouncycastle.asn1.misc Modifier and Type Class Description class
NetscapeCertType
The NetscapeCertType object.class
NetscapeRevocationURL
class
VerisignCzagExtension
Methods in org.gudy.bouncycastle.asn1.misc that return DERObject Modifier and Type Method Description DERObject
CAST5CBCParameters. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
IDEACBCPar. getDERObject()
Produce an object suitable for an ASN1OutputStream. -
Uses of DERObject in org.gudy.bouncycastle.asn1.pkcs
Fields in org.gudy.bouncycastle.asn1.pkcs declared as DERObject Modifier and Type Field Description (package private) DERObject
EncryptedData. bagValue
(package private) DERObject
SafeBag. bagValue
(package private) DERObject
CertBag. certValue
(package private) DERObject
EncryptionScheme. obj
(package private) DERObject
EncryptionScheme. objectId
private DERObject
PrivateKeyInfo. privKey
Methods in org.gudy.bouncycastle.asn1.pkcs that return DERObject Modifier and Type Method Description DERObject
SafeBag. getBagValue()
DERObject
CertBag. getCertValue()
DERObject
Attribute. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
AuthenticatedSafe. getDERObject()
DERObject
CertBag. getDERObject()
DERObject
CertificationRequest. getDERObject()
DERObject
CertificationRequestInfo. getDERObject()
DERObject
ContentInfo. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
DHParameter. getDERObject()
DERObject
EncryptedData. getDERObject()
DERObject
EncryptedPrivateKeyInfo. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
EncryptionScheme. getDERObject()
DERObject
IssuerAndSerialNumber. getDERObject()
DERObject
MacData. getDERObject()
DERObject
PBES2Algorithms. getDERObject()
Deprecated.DERObject
PBES2Parameters. getDERObject()
DERObject
PBKDF2Params. getDERObject()
DERObject
Pfx. getDERObject()
DERObject
PKCS12PBEParams. getDERObject()
DERObject
RC2CBCParameter. getDERObject()
DERObject
SafeBag. getDERObject()
DERObject
SignedData. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
SignerInfo. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
EncryptionScheme. getObject()
DERObject
PrivateKeyInfo. getPrivateKey()
DERObject
PrivateKeyInfo. toASN1Object()
write out an RSA private key with it's asscociated information as described in PKCS8.DERObject
RSAPrivateKeyStructure. toASN1Object()
This outputs the key in PKCS1v2 format.Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type DERObject Constructor Description CertBag(DERObjectIdentifier certId, DERObject certValue)
PrivateKeyInfo(AlgorithmIdentifier algId, DERObject privateKey)
PrivateKeyInfo(AlgorithmIdentifier algId, DERObject privateKey, ASN1Set attributes)
SafeBag(DERObjectIdentifier oid, DERObject obj)
SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
-
Uses of DERObject in org.gudy.bouncycastle.asn1.sec
Methods in org.gudy.bouncycastle.asn1.sec that return DERObject Modifier and Type Method Description DERObject
ECPrivateKeyStructure. toASN1Object()
ECPrivateKey ::= SEQUENCE { version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1), privateKey OCTET STRING, parameters [0] Parameters OPTIONAL, publicKey [1] BIT STRING OPTIONAL } -
Uses of DERObject in org.gudy.bouncycastle.asn1.util
Methods in org.gudy.bouncycastle.asn1.util with parameters of type DERObject Modifier and Type Method Description static java.lang.String
ASN1Dump. _dumpAsString(java.lang.String indent, DERObject obj)
dump a DER object as a formatted string with indentationstatic java.lang.String
DERDump. dumpAsString(DERObject obj)
Deprecated.dump out a DER object as a formatted string -
Uses of DERObject in org.gudy.bouncycastle.asn1.x509
Subclasses of DERObject 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.Fields in org.gudy.bouncycastle.asn1.x509 declared as DERObject Modifier and Type Field Description (package private) DERObject
AttCertIssuer. choiceObj
(package private) DERObject
Time. time
Methods in org.gudy.bouncycastle.asn1.x509 that return DERObject Modifier and Type Method Description protected DERObject
X509NameEntryConverter. convertHexEncoded(java.lang.String str, int off)
Convert an inline encoded hex string rendition of an ASN.1 object back into its corresponding ASN.1 object.DERObject
X509DefaultEntryConverter. getConvertedValue(DERObjectIdentifier oid, java.lang.String value)
Apply default coversion for the given value depending on the oid and the character range of the value.abstract DERObject
X509NameEntryConverter. getConvertedValue(DERObjectIdentifier oid, java.lang.String value)
Convert the passed in String value into the appropriate ASN.1 encoded object.DERObject
SubjectPublicKeyInfo. getPublicKey()
for when the public key is an encoded object - if the bitstring can't be decoded this routine throws an IOException.DERObject
AccessDescription. toASN1Object()
DERObject
AlgorithmIdentifier. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
AttCertIssuer. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
AttCertValidityPeriod. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
Attribute. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
AttributeCertificate. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
AttributeCertificateInfo. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
AuthorityInformationAccess. toASN1Object()
DERObject
AuthorityKeyIdentifier. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
BasicConstraints. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
CertificateList. toASN1Object()
DERObject
CertificatePair. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
CertificatePolicies. toASN1Object()
Deprecated.use an ASN1Sequence of PolicyInformationDERObject
CRLDistPoint. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
DigestInfo. toASN1Object()
DERObject
DisplayText. toASN1Object()
DERObject
DistributionPoint. toASN1Object()
DERObject
DistributionPointName. toASN1Object()
DERObject
DSAParameter. toASN1Object()
DERObject
ExtendedKeyUsage. toASN1Object()
DERObject
GeneralName. toASN1Object()
DERObject
GeneralNames. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
GeneralSubtree. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
Holder. toASN1Object()
DERObject
IetfAttrSyntax. toASN1Object()
IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }DERObject
IssuerSerial. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
IssuingDistributionPoint. toASN1Object()
DERObject
NameConstraints. toASN1Object()
DERObject
NoticeReference. toASN1Object()
DescribetoASN1Object
method here.DERObject
ObjectDigestInfo. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
PolicyInformation. toASN1Object()
DERObject
PolicyMappings. toASN1Object()
DERObject
PolicyQualifierInfo. toASN1Object()
Returns a DER-encodable representation of this instance.DERObject
PrivateKeyUsagePeriod. toASN1Object()
DERObject
RoleSyntax. toASN1Object()
Implementation of the methodtoASN1Object
as required by the superclassASN1Encodable
.DERObject
RSAPublicKeyStructure. toASN1Object()
This outputs the key in PKCS1v2 format.DERObject
SubjectDirectoryAttributes. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
SubjectKeyIdentifier. toASN1Object()
DERObject
SubjectPublicKeyInfo. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
Target. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
TargetInformation. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
Targets. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
TBSCertificateStructure. toASN1Object()
DERObject
TBSCertList.CRLEntry. toASN1Object()
DERObject
TBSCertList. toASN1Object()
DERObject
Time. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
UserNotice. toASN1Object()
DERObject
V2Form. toASN1Object()
Produce an object suitable for an ASN1OutputStream.DERObject
X509CertificateStructure. toASN1Object()
DERObject
X509Extensions. toASN1Object()
Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION.&id ({ExtensionSet}), critical BOOLEAN DEFAULT FALSE, extnValue OCTET STRING }DERObject
X509Name. toASN1Object()
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERObject Constructor Description GeneralName(DERObject name, int tag)
Deprecated.this constructor seems the wrong way round! Use GeneralName(tag, name).Time(DERObject time)
-
Uses of DERObject in org.gudy.bouncycastle.asn1.x9
Fields in org.gudy.bouncycastle.asn1.x9 declared as DERObject Modifier and Type Field Description private DERObject
X9FieldID. parameters
private DERObject
X962Parameters. params
Methods in org.gudy.bouncycastle.asn1.x9 that return DERObject Modifier and Type Method Description DERObject
KeySpecificInfo. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
OtherInfo. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
X962Parameters. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
X9Curve. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
X9ECParameters. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
X9ECPoint. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
X9FieldElement. getDERObject()
Produce an object suitable for an ASN1OutputStream.DERObject
X9FieldID. getDERObject()
Produce a DER encoding of the following structure.DERObject
X962Parameters. getParameters()
DERObject
X9FieldID. getParameters()
Constructors in org.gudy.bouncycastle.asn1.x9 with parameters of type DERObject Constructor Description X962Parameters(DERObject obj)
-
Uses of DERObject in org.gudy.bouncycastle.jce
Methods in org.gudy.bouncycastle.jce that return DERObject Modifier and Type Method Description DERObject
X509KeyUsage. getDERObject()
private DERObject
PKCS7SignedData. getIssuer(byte[] enc)
Get the "issuer" from the TBSCertificate bytes that are passed in -
Uses of DERObject in org.gudy.bouncycastle.jce.provider
Methods in org.gudy.bouncycastle.jce.provider that return DERObject Modifier and Type Method Description private DERObject
PKIXCertPath. getEncodedX509Certificate(java.security.cert.X509Certificate cert)
Return a DERObject containing the encoded certificate. -
Uses of DERObject in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return DERObject Modifier and Type Method Description DERObject
X509Attribute. toASN1Object()
-