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

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

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

Author:
Kumar Jayanti

Field Summary
protected static java.util.logging.Logger log
          logger
 
Constructor Summary
DigestCertSelector(byte[] keyIdValue, java.lang.String algo)
          Creates a new instance of KeyIdentifierCertSelector
 
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
 

Field Detail

log

protected static final java.util.logging.Logger log
logger

Constructor Detail

DigestCertSelector

public DigestCertSelector(byte[] keyIdValue,
                          java.lang.String algo)
Creates a new instance of KeyIdentifierCertSelector

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-2011 Oracle Corporation. All Rights Reserved.