Uses of Class
org.bouncycastle.asn1.ASN1BitString
Packages that use ASN1BitString
Package
Description
-
Uses of ASN1BitString in org.bouncycastle.asn1
Subclasses of ASN1BitString in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassclassA 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 ASN1BitStringASN1BitString.getInstance(Object obj) static ASN1BitStringASN1BitString.getInstance(ASN1TaggedObject taggedObject, boolean explicit) Methods in org.bouncycastle.asn1 with parameters of type ASN1BitStringModifier and TypeMethodDescriptionstatic DERBitStringDERBitString.convert(ASN1BitString bitString) Constructors in org.bouncycastle.asn1 with parameters of type ASN1BitStringModifierConstructorDescriptionBERBitString(ASN1BitString[] elements) BERBitString(ASN1BitString[] elements, int segmentLimit) -
Uses of ASN1BitString in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return ASN1BitStringModifier and TypeMethodDescriptionExternalValue.getHashVal()Deprecated.use getHash(), the internal encoding is now an OCTET STRINGSignatureCheck.getSignature() -
Uses of ASN1BitString in org.bouncycastle.asn1.pkcs
Fields in org.bouncycastle.asn1.pkcs declared as ASN1BitStringMethods in org.bouncycastle.asn1.pkcs that return ASN1BitStringModifier and TypeMethodDescriptionPrivateKeyInfo.getPublicKeyData()for when the public key is raw bits.CertificationRequest.getSignature()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1BitStringModifierConstructorDescriptionCertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, ASN1BitString signature) -
Uses of ASN1BitString in org.bouncycastle.asn1.sec
Methods in org.bouncycastle.asn1.sec that return ASN1BitStringModifier and TypeMethodDescriptionECPrivateKey.getPublicKey()ECPrivateKeyStructure.getPublicKey()Deprecated.Constructors in org.bouncycastle.asn1.sec with parameters of type ASN1BitStringModifierConstructorDescriptionECPrivateKey(int orderBitLength, BigInteger key, ASN1BitString publicKey, ASN1Encodable parameters) ECPrivateKey(BigInteger key, ASN1BitString publicKey, ASN1Encodable parameters) Deprecated.use constructor which takes orderBitLength to guarantee correct encoding.ECPrivateKeyStructure(BigInteger key, ASN1BitString publicKey, ASN1Encodable parameters) Deprecated. -
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 TypeMethodDescriptionIssuerSerial.getIssuerUID()TBSCertificate.getIssuerUniqueId()TBSCertificateStructure.getIssuerUniqueId()Deprecated.AttributeCertificateInfo.getIssuerUniqueID()ObjectDigestInfo.getObjectDigest()SubjectPublicKeyInfo.getPublicKeyData()for when the public key is raw bits.AltSignatureValue.getSignature()Return the alternate signature to verify the certificate.Certificate.getSignature()CertificateList.getSignature()X509CertificateStructure.getSignature()Deprecated.AttributeCertificate.getSignatureValue()DeltaCertificateDescriptor.getSignatureValue()SubjectAltPublicKeyInfo.getSubjectAltPublicKey()TBSCertificate.getSubjectUniqueId()TBSCertificateStructure.getSubjectUniqueId()Deprecated.Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1BitStringModifierConstructorDescriptionAttributeCertificate(AttributeCertificateInfo acinfo, AlgorithmIdentifier signatureAlgorithm, ASN1BitString signatureValue) ReasonFlags(ASN1BitString reasons) SubjectAltPublicKeyInfo(AlgorithmIdentifier algorithm, ASN1BitString subjectAltPublicKey) SubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1BitString publicKey) -
Uses of ASN1BitString in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ASN1BitStringConstructors in org.bouncycastle.asn1.x9 with parameters of type ASN1BitStringModifierConstructorDescriptionDHValidationParms(ASN1BitString seed, ASN1Integer pgenCounter) Deprecated. -
Uses of ASN1BitString in org.bouncycastle.internal.asn1.misc
Subclasses of ASN1BitString in org.bouncycastle.internal.asn1.miscConstructors in org.bouncycastle.internal.asn1.misc with parameters of type ASN1BitString