|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TokenException | |
| com.rsa.swsj | This package contains general classes that are used by XML Signature and XML Encryption implementations. |
| com.rsa.swsj.profiles.wss | This package contains classes that implement WSS SOAP Message Security specification. |
| Uses of TokenException in com.rsa.swsj |
| Methods in com.rsa.swsj that throw TokenException | |
void |
XMLDocument.process()
This method processes a security operations,such as sign or encrypt. |
| Uses of TokenException in com.rsa.swsj.profiles.wss |
| Methods in com.rsa.swsj.profiles.wss that throw TokenException | |
java.security.cert.X509Certificate[] |
X509Token.getCertificates()
Gets the certificate value. |
void |
X509Token.setX509Certificate(java.security.cert.X509Certificate cert)
Sets the certificate value. |
void |
X509Token.setCertificateData(byte[] cert,
java.lang.String valueType,
boolean isBase64)
Sets the certificate data that can be in X509V3, PKCS#7 or PKIPath format. |
void |
WSSDocument.process()
This method processes a security operations,such as sign or encrypt. |
void |
UsernameToken.setPassword(java.lang.String password)
Sets the password value during creation of the token or when the password needs to be validated. |
| Constructors in com.rsa.swsj.profiles.wss that throw TokenException | |
X509Token(SWSJContext context,
java.security.cert.X509Certificate cert)
Creates an |
|
X509Token(SWSJContext context,
byte[] certData,
java.lang.String valueType,
boolean isBase64)
Creates an |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||