| Modifier and Type | Method and Description | 
|---|---|
| static DERBitString | DERBitString. getInstance(ASN1TaggedObject obj,
           boolean explicit)return a Bit String from a tagged object. | 
| static DERBitString | DERBitString. getInstance(Object obj)return a Bit String from the passed in object | 
| Modifier and Type | Class and 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) 
  | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | PKIStatusInfo. getFailInfo() | 
| DERBitString | PKIMessage. getProtection() | 
| Constructor and Description | 
|---|
| PKIFailureInfo(DERBitString info) | 
| PKIMessage(PKIHeader header,
          PKIBody body,
          DERBitString protection) | 
| PKIMessage(PKIHeader header,
          PKIBody body,
          DERBitString protection,
          CMPCertificate[] extraCerts)Creates a new PKIMessage. | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | OriginatorPublicKey. getPublicKey() | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | EncryptedValue. getEncSymmKey() | 
| DERBitString | EncryptedValue. getEncValue() | 
| DERBitString | CertTemplate. getIssuerUID() | 
| DERBitString | POPOSigningKey. getSignature() | 
| DERBitString | CertTemplate. getSubjectUID() | 
| DERBitString | PKMACValue. getValue() | 
| Modifier and Type | Method and 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) | 
| Constructor and Description | 
|---|
| EncryptedValue(AlgorithmIdentifier intendedAlg,
              AlgorithmIdentifier symmAlg,
              DERBitString encSymmKey,
              AlgorithmIdentifier keyAlg,
              ASN1OctetString valueHint,
              DERBitString encValue) | 
| PKMACValue(AlgorithmIdentifier aid,
          DERBitString value)Creates a new PKMACValue. | 
| PKMACValue(PBMParameter params,
          DERBitString value)Creates a new PKMACValue. | 
| POPOSigningKey(POPOSigningKeyInput poposkIn,
              AlgorithmIdentifier aid,
              DERBitString signature)Creates a new Proof of Possession object for a signing key. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NetscapeCertTypeThe NetscapeCertType object. | 
| Constructor and Description | 
|---|
| NetscapeCertType(DERBitString usage) | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | Signature. getSignature() | 
| DERBitString | BasicOCSPResponse. getSignature() | 
| Constructor and Description | 
|---|
| BasicOCSPResponse(ResponseData tbsResponseData,
                 AlgorithmIdentifier signatureAlgorithm,
                 DERBitString signature,
                 ASN1Sequence certs) | 
| Signature(AlgorithmIdentifier signatureAlgorithm,
         DERBitString signature) | 
| Signature(AlgorithmIdentifier signatureAlgorithm,
         DERBitString signature,
         ASN1Sequence certs) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DERBitString | CertificationRequest. sigBits | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | CertificationRequest. getSignature() | 
| Constructor and Description | 
|---|
| CertificationRequest(CertificationRequestInfo requestInfo,
                    AlgorithmIdentifier algorithm,
                    DERBitString signature) | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | ECPrivateKeyStructure. getPublicKey() | 
| Constructor and Description | 
|---|
| ECPrivateKeyStructure(BigInteger key,
                     DERBitString publicKey,
                     ASN1Encodable parameters) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KeyUsageThe KeyUsage object. | 
| class  | ReasonFlagsThe ReasonFlags object. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DERBitString | KeyUsage. getInstance(Object obj) | 
| DERBitString | IssuerSerial. getIssuerUID() | 
| DERBitString | TBSCertificateStructure. getIssuerUniqueId() | 
| DERBitString | AttributeCertificateInfo. getIssuerUniqueID() | 
| DERBitString | ObjectDigestInfo. getObjectDigest() | 
| DERBitString | SubjectPublicKeyInfo. getPublicKeyData()for when the public key is raw bits... | 
| DERBitString | X509CertificateStructure. getSignature() | 
| DERBitString | CertificateList. getSignature() | 
| DERBitString | AttributeCertificate. getSignatureValue() | 
| DERBitString | TBSCertificateStructure. getSubjectUniqueId() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | V3TBSCertificateGenerator. setIssuerUniqueID(DERBitString uniqueID) | 
| void | V2AttributeCertificateInfoGenerator. setIssuerUniqueID(DERBitString issuerUniqueID) | 
| void | V3TBSCertificateGenerator. setSubjectUniqueID(DERBitString uniqueID) | 
| Constructor and Description | 
|---|
| AttributeCertificate(AttributeCertificateInfo acinfo,
                    AlgorithmIdentifier signatureAlgorithm,
                    DERBitString signatureValue) | 
| KeyUsage(DERBitString usage) | 
| ReasonFlags(DERBitString reasons) | 
| Modifier and Type | Method and Description | 
|---|---|
| DERBitString | DHValidationParms. getSeed() | 
| Constructor and Description | 
|---|
| DHValidationParms(DERBitString seed,
                 DERInteger pgenCounter) | 
Copyright © 2015. All rights reserved.