public interface BinarySecurityToken extends SecurityToken
Modifier and Type | Method and Description |
---|---|
java.security.cert.X509Certificate |
getCertificate()
Returns the X509Certificate of this BinarySecurityToken.
|
byte[] |
getDecodedValue() |
java.lang.String |
getEncodedValue() |
java.lang.String |
getEncodingType() |
boolean |
isValidated() |
void |
setValidated(boolean validated) |
getCredential, getId, getPrivateKey, getPublicKey, getSecretKey, getValueType, setId
marshal, unmarshal
isFeatureSupported
java.lang.String getEncodedValue() throws WSSecurityException
WSSecurityException
byte[] getDecodedValue() throws WSSecurityException
WSSecurityException
java.lang.String getEncodingType()
boolean isValidated()
void setValidated(boolean validated)
java.security.cert.X509Certificate getCertificate()