Uses of Class
kz.gamma.hardware.asn1.DERBitString

Packages that use DERBitString
kz.gamma.hardware.asn1   
kz.gamma.hardware.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510. 
kz.gamma.hardware.asn1.ocsp   
kz.gamma.hardware.asn1.pkcs   
kz.gamma.hardware.asn1.x509   
 

Uses of DERBitString in kz.gamma.hardware.asn1
 

Methods in kz.gamma.hardware.asn1 that return DERBitString
static DERBitString DERBitString.getInstance(ASN1TaggedObject obj, boolean explicit)
          return a Bit String from a tagged object.
static DERBitString DERBitString.getInstance(java.lang.Object obj)
          return a Bit String from the passed in object
 

Uses of DERBitString in kz.gamma.hardware.asn1.cmp
 

Subclasses of DERBitString in kz.gamma.hardware.asn1.cmp
 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 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 systemFailure (25) -- the request cannot be handled due to system failure
 

Fields in kz.gamma.hardware.asn1.cmp declared as DERBitString
(package private)  DERBitString PKIStatusInfo.failInfo
           
 

Methods in kz.gamma.hardware.asn1.cmp that return DERBitString
 DERBitString PKIStatusInfo.getFailInfo()
           
 

Constructors in kz.gamma.hardware.asn1.cmp with parameters of type DERBitString
PKIFailureInfo(DERBitString info)
           
 

Uses of DERBitString in kz.gamma.hardware.asn1.ocsp
 

Fields in kz.gamma.hardware.asn1.ocsp declared as DERBitString
private  DERBitString BasicOCSPResponse.signature
           
(package private)  DERBitString Signature.signature
           
 

Methods in kz.gamma.hardware.asn1.ocsp that return DERBitString
 DERBitString BasicOCSPResponse.getSignature()
           
 DERBitString Signature.getSignature()
           
 

Constructors in kz.gamma.hardware.asn1.ocsp with parameters of type DERBitString
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 kz.gamma.hardware.asn1.pkcs
 

Fields in kz.gamma.hardware.asn1.pkcs declared as DERBitString
protected  DERBitString CertificationRequest.sigBits
           
 

Methods in kz.gamma.hardware.asn1.pkcs that return DERBitString
 DERBitString CertificationRequest.getSignature()
           
 

Constructors in kz.gamma.hardware.asn1.pkcs with parameters of type DERBitString
CertificationRequest(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature)
           
 

Uses of DERBitString in kz.gamma.hardware.asn1.x509
 

Subclasses of DERBitString in kz.gamma.hardware.asn1.x509
 class KeyUsage
          The KeyUsage object.
 

Fields in kz.gamma.hardware.asn1.x509 declared as DERBitString
(package private)  DERBitString IssuerSerial.issuerUID
           
(package private)  DERBitString TBSCertificateStructure.issuerUniqueId
           
private  DERBitString AttributeCertificateInfo.issuerUniqueID
           
private  DERBitString SubjectPublicKeyInfo.keyData
           
(package private)  DERBitString ObjectDigestInfo.objectDigest
           
(package private)  DERBitString CertificateList.sig
           
(package private)  DERBitString X509CertificateStructure.sig
           
(package private)  DERBitString AttributeCertificate.signatureValue
           
(package private)  DERBitString TBSCertificateStructure.subjectUniqueId
           
 

Methods in kz.gamma.hardware.asn1.x509 that return DERBitString
static DERBitString KeyUsage.getInstance(java.lang.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 CertificateList.getSignature()
           
 DERBitString X509CertificateStructure.getSignature()
           
 DERBitString AttributeCertificate.getSignatureValue()
           
 DERBitString TBSCertificateStructure.getSubjectUniqueId()
           
 

Constructors in kz.gamma.hardware.asn1.x509 with parameters of type DERBitString
AttributeCertificate(AttributeCertificateInfo acinfo, AlgorithmIdentifier signatureAlgorithm, DERBitString signatureValue)
           
KeyUsage(DERBitString usage)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.