Package com.sun.xml.wss.impl.misc
Class DigestCertSelector
- java.lang.Object
-
- com.sun.xml.wss.impl.misc.DigestCertSelector
-
- All Implemented Interfaces:
Cloneable
,CertSelector
public class DigestCertSelector extends Object implements CertSelector
- Author:
- Kumar Jayanti
-
-
Constructor Summary
Constructors Constructor Description DigestCertSelector(byte[] keyIdValue, String algo)
Creates a new instance of KeyIdentifierCertSelector
-
-
-
Field Detail
-
log
protected static final Logger log
logger
-
-
Constructor Detail
-
DigestCertSelector
public DigestCertSelector(byte[] keyIdValue, String algo)
Creates a new instance of KeyIdentifierCertSelector
-
-
Method Detail
-
match
public boolean match(Certificate cert)
- Specified by:
match
in interfaceCertSelector
-
clone
public Object clone()
- Specified by:
clone
in interfaceCertSelector
- Overrides:
clone
in classObject
-
-