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
CollectionUtils.Predicate
<T>
CollectionUtils.Projector
<T1, T2>
DataGetter
<T>
TimeStampDigestInput
TimeStampDigestInputFactory
Classes
Base64
Base64.InputStream
Base64.OutputStream
CanonicalizerUtils
CollectionUtils
CrlExtensionsUtils
DataGetterImpl
<T>
DOMHelper
FileSystemDirectoryCertStore
MessageDigestUtils
ObjectUtils
PropertiesSet
<T>
PropertiesUtils
SigAndDataObjPropsPair
<TSigProp, TDataObjProp>
StreamUtils
StringUtils
TransformUtils
UtilsBindingsModule
XadesProfileCore
Annotations
BuiltIn
Exceptions
CannotAddDataToDigestInputException
XadesProfileResolutionException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
DataGetterImpl
extends Object
implements
DataGetter
<T>
java.lang.Object
↳
xades4j.utils.DataGetterImpl<T>
Summary
Public Constructors
DataGetterImpl
(Collection<T> all)
Public Methods
Collection<T>
getAll
()
Collection<T>
getFiltered
(
Predicate
<T> filter)
<TP extends T> Collection<TP>
getOfType
(Class<TP> clazz)
[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
()
From interface
xades4j.utils.DataGetter
abstract Collection<T>
getAll
()
abstract Collection<T>
getFiltered
(
Predicate
<T> filter)
abstract <TP extends T> Collection<TP>
getOfType
(Class<TP> clazz)
Public Constructors
public
DataGetterImpl
(Collection<T> all)
Public Methods
public Collection<T>
getAll
()
public Collection<T>
getFiltered
(
Predicate
<T> filter)
public Collection<TP>
getOfType
(Class<TP> clazz)