xades4j
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
CustomPropertiesDataObjsStructureVerifier
OtherPropertyData
PropertyDataObject
PropertyDataObjectStructureVerifier
Classes
AllDataObjsTimeStampData
ArchiveTimeStampData
BaseCertRefsData
BaseEncapsulatedPKIData
BaseXAdESTimeStampData
CertificateValuesData
CertRef
CommitmentTypeData
CompleteCertificateRefsData
CompleteRevocationRefsData
CRLRef
DataObjectFormatData
GenericDOMData
GenericDOMDataStructureVerifier
IndividualDataObjsTimeStampData
PropertiesDataObjectsStructureVerifier
RevocationValuesData
SigAndDataObjsPropertiesData
SigAndRefsTimeStampData
SignaturePolicyData
SignatureProdPlaceData
SignatureTimeStampData
SignerRoleData
SigningCertificateData
SigningTimeData
Annotations
PropDataStructVerifier
Exceptions
PropertyDataStructureException
PropertyDataStructureVerifierNotAvailableException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public final class
CompleteRevocationRefsData
extends Object
implements
PropertyDataObject
java.lang.Object
↳
xades4j.properties.data.CompleteRevocationRefsData
Summary
Public Constructors
CompleteRevocationRefsData
(Collection<
CRLRef
> crlRefs)
CompleteRevocationRefsData
()
Public Methods
void
addCRLRef
(
CRLRef
ref)
Collection<
CRLRef
>
getCrlRefs
()
[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
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
CompleteRevocationRefsData
(Collection<
CRLRef
> crlRefs)
public
CompleteRevocationRefsData
()
Public Methods
public void
addCRLRef
(
CRLRef
ref)
public Collection<
CRLRef
>
getCrlRefs
()