Uses of Class
org.bouncycastle.asn1.DERBitString
-
-
Uses of DERBitString in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERBitString Modifier and Type Method Description static DERBitString
DERBitString. getInstance(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.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return DERBitString Modifier and Type Method Description DERBitString
CertificationRequest. getSignature()
DERBitString
CertificationRequest. getSubjectPublicKey()
Constructors in org.bouncycastle.asn1.cmc with parameters of type DERBitString Constructor Description CertificationRequest(X500Name subject, AlgorithmIdentifier subjectPublicAlgorithm, DERBitString subjectPublicKey, ASN1Set attributes, AlgorithmIdentifier signatureAlgorithm, DERBitString signature)
-
Uses of DERBitString in org.bouncycastle.asn1.cmp
Subclasses of DERBitString 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)Methods in org.bouncycastle.asn1.cmp that return DERBitString Modifier and Type Method Description DERBitString
PKIStatusInfo. getFailInfo()
DERBitString
OOBCertHash. getHashVal()
DERBitString
PKIMessage. getProtection()
Constructors in org.bouncycastle.asn1.cmp with parameters of type DERBitString Constructor Description OOBCertHash(AlgorithmIdentifier hashAlg, CertId certId, DERBitString hashVal)
PKIFailureInfo(DERBitString info)
PKIMessage(PKIHeader header, PKIBody body, DERBitString protection)
PKIMessage(PKIHeader header, PKIBody body, DERBitString protection, CMPCertificate[] extraCerts)
Creates a new PKIMessage. -
Uses of DERBitString in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return DERBitString Modifier and Type Method Description DERBitString
OriginatorPublicKey. getPublicKey()
-
Uses of DERBitString in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return DERBitString Modifier and Type Method Description DERBitString
EncryptedValue. getEncSymmKey()
DERBitString
EncryptedValue. getEncValue()
DERBitString
CertTemplate. getIssuerUID()
DERBitString
POPOSigningKey. getSignature()
DERBitString
CertTemplate. getSubjectUID()
DERBitString
PKMACValue. getValue()
Methods in org.bouncycastle.asn1.crmf with parameters of type DERBitString Modifier and Type Method Description CertTemplateBuilder
CertTemplateBuilder. setIssuerUID(DERBitString uid)
Sets the issuer unique ID (deprecated in X.509v3)CertTemplateBuilder
CertTemplateBuilder. setSubjectUID(DERBitString uid)
Sets the subject unique ID (deprecated in X.509v3)Constructors in org.bouncycastle.asn1.crmf with parameters of type DERBitString Constructor Description EncryptedValue(AlgorithmIdentifier intendedAlg, AlgorithmIdentifier symmAlg, DERBitString encSymmKey, AlgorithmIdentifier keyAlg, ASN1OctetString valueHint, DERBitString encValue)
PKMACValue(PBMParameter params, DERBitString value)
Creates a new PKMACValue.PKMACValue(AlgorithmIdentifier aid, DERBitString value)
Creates a new PKMACValue.POPOSigningKey(POPOSigningKeyInput poposkIn, AlgorithmIdentifier aid, DERBitString signature)
Creates a new Proof of Possession object for a signing key. -
Uses of DERBitString in org.bouncycastle.asn1.misc
Subclasses of DERBitString in org.bouncycastle.asn1.misc Modifier and Type Class Description class
NetscapeCertType
The 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.mozilla
Methods in org.bouncycastle.asn1.mozilla that return DERBitString Modifier and Type Method Description DERBitString
SignedPublicKeyAndChallenge. getSignature()
-
Uses of DERBitString in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return DERBitString Modifier and Type Method Description DERBitString
BasicOCSPResponse. getSignature()
DERBitString
Signature. getSignature()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type DERBitString Constructor Description BasicOCSPResponse(ResponseData tbsResponseData, AlgorithmIdentifier signatureAlgorithm, DERBitString signature, ASN1Sequence certs)
Signature(AlgorithmIdentifier signatureAlgorithm, DERBitString signature)
Signature(AlgorithmIdentifier signatureAlgorithm, DERBitString signature, ASN1Sequence certs)
-
Uses of DERBitString in org.bouncycastle.asn1.pkcs
Fields in org.bouncycastle.asn1.pkcs declared as DERBitString Modifier and Type Field Description protected DERBitString
CertificationRequest. sigBits
Methods in org.bouncycastle.asn1.pkcs that return DERBitString Modifier and Type Method Description DERBitString
CertificationRequest. 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 DERBitString
ECPrivateKey. getPublicKey()
DERBitString
ECPrivateKeyStructure. getPublicKey()
Deprecated.Constructors in org.bouncycastle.asn1.sec with parameters of type DERBitString Constructor Description ECPrivateKey(int orderBitLength, BigInteger key, DERBitString publicKey, ASN1Encodable parameters)
ECPrivateKey(BigInteger key, DERBitString publicKey, ASN1Encodable parameters)
Deprecated.use constructor which takes orderBitLength to guarantee correct encoding.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 class
ReasonFlags
The ReasonFlags object.Methods in org.bouncycastle.asn1.x509 that return DERBitString Modifier and Type Method Description DERBitString
IssuerSerial. getIssuerUID()
DERBitString
TBSCertificate. getIssuerUniqueId()
DERBitString
TBSCertificateStructure. getIssuerUniqueId()
Deprecated.DERBitString
AttributeCertificateInfo. getIssuerUniqueID()
DERBitString
ObjectDigestInfo. getObjectDigest()
DERBitString
SubjectPublicKeyInfo. getPublicKeyData()
for when the public key is raw bits.DERBitString
Certificate. getSignature()
DERBitString
CertificateList. getSignature()
DERBitString
X509CertificateStructure. getSignature()
Deprecated.DERBitString
AttributeCertificate. getSignatureValue()
DERBitString
TBSCertificate. getSubjectUniqueId()
DERBitString
TBSCertificateStructure. getSubjectUniqueId()
Deprecated.Methods in org.bouncycastle.asn1.x509 with parameters of type DERBitString Modifier and Type Method Description void
V2AttributeCertificateInfoGenerator. setIssuerUniqueID(DERBitString issuerUniqueID)
void
V3TBSCertificateGenerator. setIssuerUniqueID(DERBitString uniqueID)
void
V3TBSCertificateGenerator. 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 DERBitString
DHValidationParms. getSeed()
Deprecated.Constructors in org.bouncycastle.asn1.x9 with parameters of type DERBitString Constructor Description DHValidationParms(DERBitString seed, ASN1Integer pgenCounter)
Deprecated.ValidationParams(DERBitString seed, ASN1Integer pgenCounter)
-