Uses of Class
org.bouncycastle.asn1.DERBitString
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.misc | |
| org.bouncycastle.asn1.pkcs | |
| org.bouncycastle.asn1.sec | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.asn1.x9 |
-
Uses of DERBitString in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERBitString Modifier and Type Method Description static DERBitStringDERBitString. getInstance(Object obj)return a Bit String from the passed in objectstatic DERBitStringDERBitString. getInstance(ASN1TaggedObject obj, boolean explicit)return a Bit String from a tagged object. -
Uses of DERBitString in org.bouncycastle.asn1.misc
Subclasses of DERBitString in org.bouncycastle.asn1.misc Modifier and Type Class Description classNetscapeCertTypeThe NetscapeCertType object.Constructors in org.bouncycastle.asn1.misc with parameters of type DERBitString Constructor Description NetscapeCertType(DERBitString usage) -
Uses of DERBitString in org.bouncycastle.asn1.pkcs
Fields in org.bouncycastle.asn1.pkcs declared as DERBitString Modifier and Type Field Description protected DERBitStringCertificationRequest. sigBitsMethods in org.bouncycastle.asn1.pkcs that return DERBitString Modifier and Type Method Description DERBitStringCertificationRequest. getSignature()Constructors in org.bouncycastle.asn1.pkcs with parameters of type DERBitString Constructor Description CertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature) -
Uses of DERBitString in org.bouncycastle.asn1.sec
Methods in org.bouncycastle.asn1.sec that return DERBitString Modifier and Type Method Description DERBitStringECPrivateKey. getPublicKey()DERBitStringECPrivateKeyStructure. getPublicKey()Deprecated.Constructors in org.bouncycastle.asn1.sec with parameters of type DERBitString Constructor Description ECPrivateKey(BigInteger key, DERBitString publicKey, ASN1Object parameters)ECPrivateKeyStructure(BigInteger key, DERBitString publicKey, ASN1Encodable parameters)Deprecated. -
Uses of DERBitString in org.bouncycastle.asn1.x509
Subclasses of DERBitString in org.bouncycastle.asn1.x509 Modifier and Type Class Description classReasonFlagsThe ReasonFlags object.Methods in org.bouncycastle.asn1.x509 that return DERBitString Modifier and Type Method Description DERBitStringIssuerSerial. getIssuerUID()DERBitStringTBSCertificate. getIssuerUniqueId()DERBitStringTBSCertificateStructure. getIssuerUniqueId()DERBitStringAttributeCertificateInfo. getIssuerUniqueID()DERBitStringObjectDigestInfo. getObjectDigest()DERBitStringSubjectPublicKeyInfo. getPublicKeyData()for when the public key is raw bits.DERBitStringCertificate. getSignature()DERBitStringCertificateList. getSignature()DERBitStringX509CertificateStructure. getSignature()Deprecated.DERBitStringAttributeCertificate. getSignatureValue()DERBitStringTBSCertificate. getSubjectUniqueId()DERBitStringTBSCertificateStructure. getSubjectUniqueId()Methods in org.bouncycastle.asn1.x509 with parameters of type DERBitString Modifier and Type Method Description voidV3TBSCertificateGenerator. setIssuerUniqueID(DERBitString uniqueID)voidV3TBSCertificateGenerator. setSubjectUniqueID(DERBitString uniqueID)Constructors in org.bouncycastle.asn1.x509 with parameters of type DERBitString Constructor Description AttributeCertificate(AttributeCertificateInfo acinfo, AlgorithmIdentifier signatureAlgorithm, DERBitString signatureValue)ReasonFlags(DERBitString reasons) -
Uses of DERBitString in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return DERBitString Modifier and Type Method Description DERBitStringDHValidationParms. getSeed()Constructors in org.bouncycastle.asn1.x9 with parameters of type DERBitString Constructor Description DHValidationParms(DERBitString seed, ASN1Integer pgenCounter)