Uses of Class
org.gudy.bouncycastle.asn1.DERBitString
-
Packages that use DERBitString 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.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.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of DERBitString in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DERBitString Modifier and Type Method Description static DERBitString
DERBitString. getInstance(java.lang.Object obj)
return a Bit String from the passed in objectstatic DERBitString
DERBitString. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Bit String from a tagged object. -
Uses of DERBitString in org.gudy.bouncycastle.asn1.misc
Subclasses of DERBitString in org.gudy.bouncycastle.asn1.misc Modifier and Type Class Description class
NetscapeCertType
The NetscapeCertType object.Constructors in org.gudy.bouncycastle.asn1.misc with parameters of type DERBitString Constructor Description NetscapeCertType(DERBitString usage)
-
Uses of DERBitString in org.gudy.bouncycastle.asn1.pkcs
Fields in org.gudy.bouncycastle.asn1.pkcs declared as DERBitString Modifier and Type Field Description protected DERBitString
CertificationRequest. sigBits
Methods in org.gudy.bouncycastle.asn1.pkcs that return DERBitString Modifier and Type Method Description DERBitString
CertificationRequest. getSignature()
Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type DERBitString Constructor Description CertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature)
-
Uses of DERBitString in org.gudy.bouncycastle.asn1.sec
Methods in org.gudy.bouncycastle.asn1.sec that return DERBitString Modifier and Type Method Description DERBitString
ECPrivateKeyStructure. getPublicKey()
-
Uses of DERBitString in org.gudy.bouncycastle.asn1.x509
Subclasses of DERBitString in org.gudy.bouncycastle.asn1.x509 Modifier and Type Class Description class
KeyUsage
The KeyUsage object.class
ReasonFlags
The ReasonFlags object.Fields in org.gudy.bouncycastle.asn1.x509 declared as DERBitString Modifier and Type Field Description (package private) DERBitString
IssuerSerial. issuerUID
(package private) DERBitString
TBSCertificateStructure. issuerUniqueId
private DERBitString
AttributeCertificateInfo. issuerUniqueID
private DERBitString
V2AttributeCertificateInfoGenerator. issuerUniqueID
private DERBitString
SubjectPublicKeyInfo. keyData
(package private) DERBitString
ObjectDigestInfo. objectDigest
(package private) DERBitString
CertificateList. sig
(package private) DERBitString
X509CertificateStructure. sig
(package private) DERBitString
AttributeCertificate. signatureValue
(package private) DERBitString
TBSCertificateStructure. subjectUniqueId
Methods in org.gudy.bouncycastle.asn1.x509 that return DERBitString Modifier and Type Method Description static DERBitString
KeyUsage. getInstance(java.lang.Object obj)
DERBitString
IssuerSerial. getIssuerUID()
DERBitString
TBSCertificateStructure. getIssuerUniqueId()
DERBitString
AttributeCertificateInfo. getIssuerUniqueID()
DERBitString
ObjectDigestInfo. getObjectDigest()
DERBitString
SubjectPublicKeyInfo. getPublicKeyData()
for when the public key is raw bits...DERBitString
CertificateList. getSignature()
DERBitString
X509CertificateStructure. getSignature()
DERBitString
AttributeCertificate. getSignatureValue()
DERBitString
TBSCertificateStructure. getSubjectUniqueId()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type DERBitString Modifier and Type Method Description void
V2AttributeCertificateInfoGenerator. setIssuerUniqueID(DERBitString issuerUniqueID)
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERBitString Constructor Description AttributeCertificate(AttributeCertificateInfo acinfo, AlgorithmIdentifier signatureAlgorithm, DERBitString signatureValue)
KeyUsage(DERBitString usage)
ReasonFlags(DERBitString reasons)
-