Class AbstractSignatureIdentityInformation.SourcedInformation<T>
java.lang.Object
java.util.AbstractCollection<org.apache.commons.lang3.tuple.Pair<Source,T>>
java.util.AbstractSet<org.apache.commons.lang3.tuple.Pair<Source,T>>
java.util.HashSet<org.apache.commons.lang3.tuple.Pair<Source,T>>
br.ufsc.labsec.signature.conformanceVerifier.AbstractSignatureIdentityInformation.SourcedInformation<T>
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<org.apache.commons.lang3.tuple.Pair<Source,T>>, Collection<org.apache.commons.lang3.tuple.Pair<Source, T>>, Set<org.apache.commons.lang3.tuple.Pair<Source, T>>
- Enclosing class:
AbstractSignatureIdentityInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInformation(org.bouncycastle.util.Selector<T> selector, Source source) getInformations(org.bouncycastle.util.Selector<T> selector, Source source) Methods inherited from class HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
SourcedInformation
public SourcedInformation()
-
-
Method Details
-
getInformation
-
getInformations
-