com.ibm.wsspi.wssecurity.auth.callback
Class X509BSCallback
- java.lang.Object
com.ibm.wsspi.wssecurity.auth.callback.X509BSCallback
All implemented interfaces:
javax.security.auth.callback.Callback
- public class X509BSCallback
- extends java.lang.Object
- implements javax.security.auth.callback.Callback
See Also:
CallbackConstructor Summary
| Constructor and Description |
|---|
X509BSCallback()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getAlias()
Returns the alias of a
X509Certificate object in the
KeyStore.
|
|
getBinary()
Returns a binary (byte array) representation of the
X509Certificate.
|
|
getCert()
Returns a reference to the
X509Certificate object
|
|
getKeyStorePath()
Returns the path of a keystore.
|
|
setAlias(java.lang.String alias)
Sets the alias of a
X509Certificate object in the
KeyStore.
|
|
setBinary(byte[] binary)
|
|
setCert(java.security.cert.X509Certificate cert)
Sets a reference to the
X509Certificate object
|
|
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
X509BSCallback
- public X509BSCallback()
Method Detail
setCert
- public void setCert(java.security.cert.X509Certificate cert)
Parameters:
cert - The X509Certificate getCert
- public java.security.cert.X509Certificate getCert( )
Returns a reference to the
X509Certificate object
Returns:
java.security.cert.X509Certificate object setBinary
- public void setBinary(byte[] binary)
getBinary
- public byte[] getBinary()
Returns a binary (byte array) representation of the
X509Certificate.
Returns:
byte[] representation of the X509Certificate setKeyStorePath
- public void setKeyStorePath(java.lang.String keyStorePath)
Sets the path of a keystore.
Parameters:
keyStorePath - The path of a keystore getKeyStorePath
- public java.lang.String getKeyStorePath( )
Returns the path of a keystore.
Returns:
The path of a keystore
setAlias
- public void setAlias(java.lang.String alias)
Sets the alias of a
X509Certificate object in the
KeyStore.
getAlias
- public java.lang.String getAlias( )
Returns the alias of a
X509Certificate object in the
KeyStore.
Returns:
The alias of a
X509Certificate object
X509Certificateobject