Package com.sun.xml.wss.impl.misc
Class KeyIdentifierCertSelector
- java.lang.Object
-
- com.sun.xml.wss.impl.misc.KeyIdentifierCertSelector
-
- All Implemented Interfaces:
Cloneable,CertSelector
public class KeyIdentifierCertSelector extends Object implements CertSelector
- Author:
- kumar jayanti
-
-
Constructor Summary
Constructors Constructor Description KeyIdentifierCertSelector(byte[] keyIdValue)Creates a new instance of KeyIdentifierCertSelector
-
-
-
Method Detail
-
match
public boolean match(Certificate cert)
- Specified by:
matchin interfaceCertSelector
-
clone
public Object clone()
- Specified by:
clonein interfaceCertSelector- Overrides:
clonein classObject
-
-