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

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

public class PublicKeyCertSelector
extends Object
implements CertSelector

Author:
Kumar Jayanti

Constructor Summary
PublicKeyCertSelector(PublicKey pk)
          Creates a new instance of PublicKeyCertSelector
 
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

PublicKeyCertSelector

public PublicKeyCertSelector(PublicKey pk)
Creates a new instance of PublicKeyCertSelector

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.