jsdsi
Class AuthCertSelector

java.lang.Object
  |
  +--jsdsi.CertSelector
        |
        +--jsdsi.AuthCertSelector
All Implemented Interfaces:
java.security.cert.CertSelector, java.lang.Cloneable

public class AuthCertSelector
extends CertSelector

Selects all authorization certificates issued by the given principal.

Author:
Sameer Ajmani

Field Summary
(package private)  Principal issuer
           
 
Constructor Summary
AuthCertSelector(Principal i)
           
 
Method Summary
 java.lang.Object clone()
           
 Principal getIssuer()
           
 boolean match(Certificate cert)
           
 
Methods inherited from class jsdsi.CertSelector
match
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

issuer

Principal issuer
Constructor Detail

AuthCertSelector

public AuthCertSelector(Principal i)
Method Detail

clone

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

match

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

getIssuer

public Principal getIssuer()