|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wssecurity.auth.callback.X509BSCallback
public class X509BSCallback
A callback for X509 binary security tokens.
Callback
Constructor Summary | |
---|---|
X509BSCallback()
|
Method Summary | |
---|---|
java.lang.String |
getAlias()
Returns the alias of a X509Certificate object in the
KeyStore . |
byte[] |
getBinary()
Returns a binary (byte array) representation of the X509Certificate . |
java.security.cert.X509Certificate |
getCert()
Returns a reference to the X509Certificate object |
java.lang.String |
getKeyStorePath()
Returns the path of a keystore. |
void |
setAlias(java.lang.String alias)
Sets the alias of a X509Certificate object in the
KeyStore . |
void |
setBinary(byte[] binary)
|
void |
setCert(java.security.cert.X509Certificate cert)
Sets a reference to the X509Certificate object |
void |
setKeyStorePath(java.lang.String keyStorePath)
Sets the path of a keystore. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509BSCallback()
Method Detail |
---|
public void setCert(java.security.cert.X509Certificate cert)
X509Certificate
object
cert
- The X509Certificate
public java.security.cert.X509Certificate getCert()
X509Certificate
object
java.security.cert.X509Certificate
objectpublic void setBinary(byte[] binary)
public byte[] getBinary()
X509Certificate
.
byte[]
representation of the X509Certificate
public void setKeyStorePath(java.lang.String keyStorePath)
keyStorePath
- The path of a keystorepublic java.lang.String getKeyStorePath()
public void setAlias(java.lang.String alias)
X509Certificate
object in the
KeyStore
.
keyStorePath
- The alias of a X509Certificate
objectpublic java.lang.String getAlias()
X509Certificate
object in the
KeyStore
.
X509Certificate
object
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |