Class AllKeyEntryPredicate
java.lang.Object
eu.europa.esig.dss.token.predicate.AllKeyEntryPredicate
- All Implemented Interfaces:
DSSKeyEntryPredicate
,Predicate<DSSPrivateKeyEntry>
This predicate is used as a default implementation and accepts all keys.
-
Constructor Details
-
AllKeyEntryPredicate
public AllKeyEntryPredicate()Default constructor
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<DSSPrivateKeyEntry>
-