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