Uses of Class
org.bouncycastle.asn1.ASN1BitString
Packages that use ASN1BitString
Package
Description
A library for parsing and writing ASN.1 objects.
BC specific object identifiers and classes for the BCFKS key store.
Miscellaneous object identifiers and objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of ASN1BitString in org.bouncycastle.asn1
Subclasses of ASN1BitString in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassA BIT STRING with DER encoding - the first byte contains the count of padding bits included in the byte array's last byte.classA Definite length BIT STRINGMethods in org.bouncycastle.asn1 that return ASN1BitStringModifier and TypeMethodDescriptionstatic ASN1BitStringDLBitString.getInstance(Object obj) return a Bit String that can be definite-length encoded from the passed in object.static ASN1BitStringDLBitString.getInstance(ASN1TaggedObject obj, boolean explicit) return a Bit String from a tagged object. -
Uses of ASN1BitString in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return ASN1BitString -
Uses of ASN1BitString in org.bouncycastle.asn1.misc
Subclasses of ASN1BitString in org.bouncycastle.asn1.misc -
Uses of ASN1BitString in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1BitStringModifier and TypeMethodDescriptionPrivateKeyInfo.getPublicKeyData()for when the public key is raw bits. -
Uses of ASN1BitString in org.bouncycastle.asn1.x509
Subclasses of ASN1BitString in org.bouncycastle.asn1.x509Methods in org.bouncycastle.asn1.x509 that return ASN1BitStringModifier and TypeMethodDescriptionAltSignatureValue.getSignature()SubjectAltPublicKeyInfo.getSubjectAltPublicKey()Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1BitStringModifierConstructorDescriptionSubjectAltPublicKeyInfo(AlgorithmIdentifier algorithm, ASN1BitString subjectAltPublicKey)