|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DERBitString | |
---|---|
com.digt.trusted.asn1 | A library for parsing and writing ASN.1 objects. |
com.digt.trusted.asn1.cmp | |
com.digt.trusted.asn1.cms | |
com.digt.trusted.asn1.misc | |
com.digt.trusted.asn1.ocsp | Support classes useful for encoding and supporting OCSP objects. |
com.digt.trusted.asn1.pkcs | Support classes useful for encoding and supporting the various RSA PKCS documents. |
com.digt.trusted.asn1.x509 | Support classes useful for encoding and processing X.509 certificates. |
Uses of DERBitString in com.digt.trusted.asn1 |
---|
Methods in com.digt.trusted.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 com.digt.trusted.asn1.cmp |
---|
Subclasses of DERBitString in com.digt.trusted.asn1.cmp | |
---|---|
class |
PKIFailureInfo
PKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badRequest (2), -- transaction not permitted or supported badDataFormat (5), -- the data submitted has the wrong format 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 } |
Methods in com.digt.trusted.asn1.cmp that return DERBitString | |
---|---|
DERBitString |
PKIStatusInfo.getFailInfo()
|
Constructors in com.digt.trusted.asn1.cmp with parameters of type DERBitString | |
---|---|
PKIFailureInfo(DERBitString info)
|
Uses of DERBitString in com.digt.trusted.asn1.cms |
---|
Methods in com.digt.trusted.asn1.cms that return DERBitString | |
---|---|
DERBitString |
OriginatorPublicKey.getPublicKey()
|
Uses of DERBitString in com.digt.trusted.asn1.misc |
---|
Subclasses of DERBitString in com.digt.trusted.asn1.misc | |
---|---|
class |
NetscapeCertType
The NetscapeCertType object. |
Constructors in com.digt.trusted.asn1.misc with parameters of type DERBitString | |
---|---|
NetscapeCertType(DERBitString usage)
|
Uses of DERBitString in com.digt.trusted.asn1.ocsp |
---|
Methods in com.digt.trusted.asn1.ocsp that return DERBitString | |
---|---|
DERBitString |
BasicOCSPResponse.getSignature()
|
DERBitString |
Signature.getSignature()
|
Constructors in com.digt.trusted.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 com.digt.trusted.asn1.pkcs |
---|
Fields in com.digt.trusted.asn1.pkcs declared as DERBitString | |
---|---|
protected DERBitString |
CertificationRequest.sigBits
|
Methods in com.digt.trusted.asn1.pkcs that return DERBitString | |
---|---|
DERBitString |
CertificationRequest.getSignature()
|
Constructors in com.digt.trusted.asn1.pkcs with parameters of type DERBitString | |
---|---|
CertificationRequest(CertificationRequestInfo requestInfo,
AlgorithmIdentifier algorithm,
DERBitString signature)
|
Uses of DERBitString in com.digt.trusted.asn1.x509 |
---|
Subclasses of DERBitString in com.digt.trusted.asn1.x509 | |
---|---|
class |
KeyUsage
The KeyUsage object. |
class |
ReasonFlags
The ReasonFlags object. |
Methods in com.digt.trusted.asn1.x509 that return DERBitString | |
---|---|
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()
|
Methods in com.digt.trusted.asn1.x509 with parameters of type DERBitString | |
---|---|
void |
V2AttributeCertificateInfoGenerator.setIssuerUniqueID(DERBitString issuerUniqueID)
|
Constructors in com.digt.trusted.asn1.x509 with parameters of type DERBitString | |
---|---|
AttributeCertificate(AttributeCertificateInfo acinfo,
AlgorithmIdentifier signatureAlgorithm,
DERBitString signatureValue)
|
|
KeyUsage(DERBitString usage)
|
|
ReasonFlags(DERBitString reasons)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |