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

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

public class DigestCertSelector
extends Object
implements CertSelector

Author:
Kumar Jayanti

Field Summary
protected static Logger log
          logger
 
Constructor Summary
DigestCertSelector(byte[] keyIdValue, String algo)
          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
 

Field Detail

log

protected static final Logger log
logger

Constructor Detail

DigestCertSelector

public DigestCertSelector(byte[] keyIdValue,
                          String algo)
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.