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

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

public class PublicKeyCertSelector
extends java.lang.Object
implements java.security.cert.CertSelector

Author:
Kumar Jayanti

Constructor Summary
PublicKeyCertSelector(java.security.PublicKey pk)
          Creates a new instance of PublicKeyCertSelector
 
Method Summary
 java.lang.Object clone()
           
 boolean match(java.security.cert.Certificate cert)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicKeyCertSelector

public PublicKeyCertSelector(java.security.PublicKey pk)
Creates a new instance of PublicKeyCertSelector

Method Detail

match

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

clone

public java.lang.Object clone()
Specified by:
clone in interface java.security.cert.CertSelector
Overrides:
clone in class java.lang.Object


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