| Package | Description |
|---|---|
| org.etsi.uri._01903.v1_3 |
| Modifier and Type | Field and Description |
|---|---|
protected DigestAlgAndValueType |
CertIDType.certDigest |
protected DigestAlgAndValueType |
OCSPRefType.digestAlgAndValue |
protected DigestAlgAndValueType |
CRLRefType.digestAlgAndValue |
protected DigestAlgAndValueType |
SignaturePolicyIdType.sigPolicyHash |
| Modifier and Type | Method and Description |
|---|---|
DigestAlgAndValueType |
ObjectFactory.createDigestAlgAndValueType()
Create an instance of
DigestAlgAndValueType |
DigestAlgAndValueType |
CertIDType.getCertDigest()
Gets the value of the certDigest property.
|
DigestAlgAndValueType |
OCSPRefType.getDigestAlgAndValue()
Gets the value of the digestAlgAndValue property.
|
DigestAlgAndValueType |
CRLRefType.getDigestAlgAndValue()
Gets the value of the digestAlgAndValue property.
|
DigestAlgAndValueType |
SignaturePolicyIdType.getSigPolicyHash()
Gets the value of the sigPolicyHash property.
|
DigestAlgAndValueType |
DigestAlgAndValueType.withDigestMethod(DigestMethod value) |
DigestAlgAndValueType |
DigestAlgAndValueType.withDigestValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CertIDType.setCertDigest(DigestAlgAndValueType value)
Sets the value of the certDigest property.
|
void |
OCSPRefType.setDigestAlgAndValue(DigestAlgAndValueType value)
Sets the value of the digestAlgAndValue property.
|
void |
CRLRefType.setDigestAlgAndValue(DigestAlgAndValueType value)
Sets the value of the digestAlgAndValue property.
|
void |
SignaturePolicyIdType.setSigPolicyHash(DigestAlgAndValueType value)
Sets the value of the sigPolicyHash property.
|
CertIDType |
CertIDType.withCertDigest(DigestAlgAndValueType value) |
OCSPRefType |
OCSPRefType.withDigestAlgAndValue(DigestAlgAndValueType value) |
CRLRefType |
CRLRefType.withDigestAlgAndValue(DigestAlgAndValueType value) |
SignaturePolicyIdType |
SignaturePolicyIdType.withSigPolicyHash(DigestAlgAndValueType value) |
| Constructor and Description |
|---|
CertIDType(DigestAlgAndValueType certDigest,
X509IssuerSerialType issuerSerial,
String uri)
Fully-initialising value constructor
|
CRLRefType(DigestAlgAndValueType digestAlgAndValue,
CRLIdentifierType crlIdentifier)
Fully-initialising value constructor
|
OCSPRefType(OCSPIdentifierType ocspIdentifier,
DigestAlgAndValueType digestAlgAndValue)
Fully-initialising value constructor
|
SignaturePolicyIdType(ObjectIdentifier sigPolicyId,
Transforms transforms,
DigestAlgAndValueType sigPolicyHash,
SigPolicyQualifiersListType sigPolicyQualifiers)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.