com.sun.xml.wss.impl.misc
Class KeyIdentifierCertSelector

java.lang.Object
  extended by com.sun.xml.wss.impl.misc.KeyIdentifierCertSelector
All Implemented Interfaces:
Cloneable, CertSelector

public class KeyIdentifierCertSelector
extends Object
implements CertSelector

Author:
kumar jayanti

Constructor Summary
KeyIdentifierCertSelector(byte[] keyIdValue)
          Creates a new instance of KeyIdentifierCertSelector
 
Method Summary
 Object clone()
           
 boolean match(Certificate cert)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyIdentifierCertSelector

public KeyIdentifierCertSelector(byte[] keyIdValue)
Creates a new instance of KeyIdentifierCertSelector

Method Detail

match

public boolean match(Certificate cert)
Specified by:
match in interface CertSelector

clone

public Object clone()
Specified by:
clone in interface CertSelector
Overrides:
clone in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.