BinarySecurityToken, UsernameTokenpublic interface Token
| Modifier and Type | Method | Description | 
|---|---|---|
java.security.cert.X509Certificate | 
getCertificate() | 
 Deprecated. 
Returns the certificate associated with the token if available. 
 | 
java.security.cert.X509Certificate[] | 
getCertificateChain() | 
 Deprecated. 
Returns the certicate chain associated with the token if available. 
 | 
java.lang.String | 
getId() | 
 Deprecated. 
Returns the ID attribute of the Token. 
 | 
java.security.PrivateKey | 
getPrivateKey() | 
 Deprecated. 
Returns the private key associated with the token, if available. 
 | 
java.security.PublicKey | 
getPublicKey() | 
 Deprecated. 
Returns the public key assocaited with the token, if any. 
 | 
java.security.Key | 
getSecretKey() | 
 Deprecated. 
Returns the secret key associated with the token if available. 
 | 
java.lang.String getId()
java.security.PublicKey getPublicKey()
java.security.PrivateKey getPrivateKey()
java.security.cert.X509Certificate getCertificate()
java.security.cert.X509Certificate[] getCertificateChain()
java.security.Key getSecretKey()