com.cafesoft.cams.auth.callback
Class X509CertificateCallback

java.lang.Object
  |
  +--com.cafesoft.cams.auth.callback.X509CertificateCallback
All Implemented Interfaces:
Callback

public class X509CertificateCallback
extends Object
implements Callback

X509CertificateCallback provides access to a chain of X509Certificate instances.

Since:
08/25/05

Constructor Summary
X509CertificateCallback()
          Create a new X509CertificateCallback.
 
Method Summary
 X509Certificate[] getX509Certificates()
          Get the X509Certificate chain.
 void setX509Certificates(X509Certificate[] x509CertArray)
          Set the X509Certificate chain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CertificateCallback

public X509CertificateCallback()
Create a new X509CertificateCallback.

Method Detail

setX509Certificates

public void setX509Certificates(X509Certificate[] x509CertArray)
Set the X509Certificate chain.

Parameters:
x509CertArray - the X509Certificate chain as an array

getX509Certificates

public X509Certificate[] getX509Certificates()
Get the X509Certificate chain.

Returns:
the X509Certificate chain as an array or null if an X509Certificate chain is not available.


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.