Package | Description |
---|---|
old.org.bouncycastle.asn1 | |
old.org.bouncycastle.asn1.cms | |
old.org.bouncycastle.asn1.tsp | |
old.org.bouncycastle.asn1.x509 |
Modifier and Type | Class and Description |
---|---|
class |
ASN1Boolean |
Modifier and Type | Field and Description |
---|---|
static DERBoolean |
DERBoolean.FALSE |
static DERBoolean |
DERBoolean.TRUE |
Modifier and Type | Method and Description |
---|---|
static DERBoolean |
DERBoolean.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Boolean from a tagged object.
|
static DERBoolean |
DERBoolean.getInstance(boolean value)
return a DERBoolean from the passed in boolean.
|
static DERBoolean |
DERBoolean.getInstance(Object obj)
return a boolean from the passed in object.
|
Constructor and Description |
---|
MetaData(DERBoolean hashProtected,
DERUTF8String fileName,
DERIA5String mediaType,
Attributes otherMetaData) |
Modifier and Type | Method and Description |
---|---|
DERBoolean |
TimeStampReq.getCertReq() |
DERBoolean |
TSTInfo.getOrdering() |
Constructor and Description |
---|
TimeStampReq(MessageImprint messageImprint,
DERObjectIdentifier tsaPolicy,
DERInteger nonce,
DERBoolean certReq,
X509Extensions extensions) |
TSTInfo(DERObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
DERInteger serialNumber,
DERGeneralizedTime genTime,
Accuracy accuracy,
DERBoolean ordering,
DERInteger nonce,
GeneralName tsa,
X509Extensions extensions) |
Constructor and Description |
---|
X509Extension(DERBoolean critical,
ASN1OctetString value) |
Copyright © 2015. All rights reserved.