| Package | Description |
|---|---|
| kz.gamma.asn1 | |
| kz.gamma.asn1.tsp | |
| kz.gamma.asn1.x509 | |
| kz.gamma.tsp |
| 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(java.lang.Object obj)
return a boolean from the passed in object.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) DERBoolean |
TimeStampReq.certReq |
(package private) DERBoolean |
TSTInfo.ordering |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
(package private) DERBoolean |
BasicConstraints.cA |
| Constructor and Description |
|---|
Extension(DERObjectIdentifier extnId,
DERBoolean critical,
ASN1OctetString value) |
X509Extension(DERBoolean critical,
ASN1OctetString value) |
| Modifier and Type | Field and Description |
|---|---|
private DERBoolean |
TimeStampRequestGenerator.certReq |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.