|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cafesoft.cams.auth.callback.X509CertificateCallback
public class X509CertificateCallback
X509CertificateCallback provides access to a chain
of X509Certificate instances.
| 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 |
|---|
public X509CertificateCallback()
| Method Detail |
|---|
public void setX509Certificates(X509Certificate[] x509CertArray)
x509CertArray - the X509Certificate chain as an arraypublic X509Certificate[] getX509Certificates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||