| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.ClientCertificateCredential
Credential
Constructor Summary | |
---|---|
ClientCertificateCredential(java.security.cert.Certificate[])
|
Method Summary | |
---|---|
public
Certificate | getCerts()
|
public
void | setCerts(java.security.cert.Certificate[])
|
public
boolean | equals(java.lang.Object)
Two ClientCertficateCredential are equal if and only their client certificate
chains are equal.
|
public
int | hashCode()
|
Methods inherited from java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientCertificateCredential( | Certificate[] certs )
|
certs
-
the client certificate chain array
Method Detail |
public Certificate getCerts( | ) |
public void setCerts( | Certificate[] certs )
|
certs
-
The certs to set.
public boolean equals( | Object o )
|
equals(java.lang.Object)
public int hashCode( | ) |
hashCode()
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |