Package Index
|
Class Index
xades4j
xades4j.algorithms
xades4j.production
xades4j.properties
xades4j.properties.data
xades4j.providers
xades4j.providers.impl
xades4j.utils
xades4j.verification
xades4j.xml.bind
xades4j.xml.bind.xades
xades4j.xml.bind.xmldsig
xades4j.xml.marshalling
xades4j.xml.marshalling.algorithms
xades4j.xml.unmarshalling
Interfaces
CustomSignatureVerifier
QualifyingPropertyVerifier
<TData extends
PropertyDataObject
>
RawSignatureVerifier
XadesVerifier
Classes
PropertyInfo
QualifyingPropertyVerificationContext
QualifyingPropertyVerificationContext.CertificationChainData
QualifyingPropertyVerificationContext.SignedObjectsData
RawDataObjectDesc
RawSignatureVerifier.RawSignatureVerifierContext
SignatureSpecificVerificationOptions
XadesVerificationProfile
XAdESVerificationResult
Enums
XAdESForm
Exceptions
CommitmentTypeVerificationException
CompleteCertRefsCertNotFoundException
CompleteCertRefsReferenceException
CompleteCertRefsVerificationException
CompleteRevocRefsCRLsNotAvailableException
CompleteRevocRefsReferenceException
CompleteRevocRefsVerificationException
CoreVerificationException
CounterSignatureSigValueRefException
CounterSignatureVerificationException
CounterSignatureXadesVerificationException
DataObjectFormatMismatchException
DataObjectFormatReferenceException
DataObjectFormatVerificationException
InvalidFormExtensionException
InvalidKeyInfoDataException
InvalidPropertyException
InvalidSignatureException
InvalidXAdESFormException
PropertyVerifierErrorException
QualifyingPropertiesIncorporationException
QualifyingPropertyVerifierNotAvailableException
ReferenceValueException
SignaturePolicyCannotDigestException
SignaturePolicyDigestMismatchException
SignaturePolicyNotAvailableException
SignaturePolicyVerificationException
SignatureValueException
SigningCertificateCertsNotInCertPathException
SigningCertificateIssuerSerialMismatchException
SigningCertificateReferenceException
SigningCertificateReferenceNotFoundException
SigningCertificateVerificationException
SigningTimeVerificationException
TimeStampCoherenceException
TimeStampDigestInputException
TimeStampDigestMismatchException
TimeStampInvalidSignatureException
TimeStampInvalidTokenException
TimeStampVerificationException
UnexpectedJCAException
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public static class
QualifyingPropertyVerificationContext.CertificationChainData
extends Object
java.lang.Object
↳
xades4j.verification.QualifyingPropertyVerificationContext.CertificationChainData
Summary
Public Methods
List<X509Certificate>
getCertificateChain
()
Collection<X509CRL>
getCrls
()
X500Principal
getValidationCertIssuer
()
BigInteger
getValidationCertSerialNumber
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Methods
public List<X509Certificate>
getCertificateChain
()
public Collection<X509CRL>
getCrls
()
public X500Principal
getValidationCertIssuer
()
public BigInteger
getValidationCertSerialNumber
()