Interface X509BinarySecurityToken
-
- All Superinterfaces:
BinarySecurityToken,Token
- All Known Implementing Classes:
X509BinarySecurityToken
public interface X509BinarySecurityToken extends BinarySecurityToken
Represents binary-formatted X509 security tokens- Author:
- ashutosh.shahi@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509CertificategetCertificate()-
Methods inherited from interface com.sun.xml.ws.security.opt.api.keyinfo.BinarySecurityToken
getEncodingType, getTokenValue, getValueType
-
-
-
-
Method Detail
-
getCertificate
X509Certificate getCertificate()
-
-