Class KeyUsageKeyEntryPredicate
java.lang.Object
eu.europa.esig.dss.token.predicate.KeyUsageKeyEntryPredicate
- All Implemented Interfaces:
DSSKeyEntryPredicate
,Predicate<DSSPrivateKeyEntry>
This class is used to filter private key predicates based on the certificate KeyUsage attribute value
-
Constructor Details
-
KeyUsageKeyEntryPredicate
Default constructor- Parameters:
keyUsages
- array ofKeyUsageBit
s to be accepted
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<DSSPrivateKeyEntry>
-