Uses of Class
org.bouncycastle.asn1.ASN1BitString
-
Packages that use ASN1BitString Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of ASN1BitString in org.bouncycastle.asn1
Subclasses of ASN1BitString in org.bouncycastle.asn1 Modifier and Type Class Description class
DERBitString
A BIT STRING with DER encoding - the first byte contains the count of padding bits included in the byte array's last byte.class
DLBitString
A Definite length BIT STRINGMethods in org.bouncycastle.asn1 that return ASN1BitString Modifier and Type Method Description static ASN1BitString
DLBitString. getInstance(java.lang.Object obj)
return a Bit String that can be definite-length encoded from the passed in object.static ASN1BitString
DLBitString. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Bit String from a tagged object. -
Uses of ASN1BitString in org.bouncycastle.asn1.cmp
Subclasses of ASN1BitString in org.bouncycastle.asn1.cmp Modifier and Type Class Description class
PKIFailureInfo
PKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badMessageCheck (1), -- integrity check failed (e.g., signature did not verify) badRequest (2), -- transaction not permitted or supported badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy badCertId (4), -- no certificate could be found matching the provided criteria badDataFormat (5), -- the data submitted has the wrong format wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token incorrectData (7), -- the requester's data is incorrect (for notary services) missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy) badPOP (9) -- the proof-of-possession failed certRevoked (10), certConfirmed (11), wrongIntegrity (12), badRecipientNonce (13), timeNotAvailable (14), -- the TSA's time source is not available unacceptedPolicy (15), -- the requested TSA policy is not supported by the TSA unacceptedExtension (16), -- the requested extension is not supported by the TSA addInfoNotAvailable (17) -- the additional information requested could not be understood -- or is not available badSenderNonce (18), badCertTemplate (19), signerNotTrusted (20), transactionIdInUse (21), unsupportedVersion (22), notAuthorized (23), systemUnavail (24), systemFailure (25), -- the request cannot be handled due to system failure duplicateCertReq (26) -
Uses of ASN1BitString in org.bouncycastle.asn1.misc
Subclasses of ASN1BitString in org.bouncycastle.asn1.misc Modifier and Type Class Description class
NetscapeCertType
The NetscapeCertType object. -
Uses of ASN1BitString in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1BitString Modifier and Type Method Description ASN1BitString
PrivateKeyInfo. getPublicKeyData()
for when the public key is raw bits. -
Uses of ASN1BitString in org.bouncycastle.asn1.x509
Subclasses of ASN1BitString in org.bouncycastle.asn1.x509 Modifier and Type Class Description class
ReasonFlags
The ReasonFlags object.
-