Uses of Class
com.rsa.swsj.SWSJContext

Packages that use SWSJContext
com.rsa.swsj This package contains general classes that are used by XML Signature and XML Encryption implementations. 
com.rsa.swsj.encryption This package contains classes that implement XML encryption specification. 
com.rsa.swsj.profiles.wss This package contains classes that implement WSS SOAP Message Security specification. 
com.rsa.swsj.signature This package contains classes that implement XML signature specification. 
 

Uses of SWSJContext in com.rsa.swsj
 

Methods in com.rsa.swsj that return SWSJContext

 SWSJContext

XMLSecurityOperation.getContext()

Gets the SWSJContext that is used to carry a number of common parameters and state variables; for example, JCE provider.

 SWSJContext

XMLDocument.getContext()

Gets the SWSJContext object that carries a number of common parameters and state variables.

 SWSJContext

X509Data.getContext()

Gets the SWSJContext.

 SWSJContext

Timestamp.getContext()

Gets the SWSJContext, that is used to carry a number of common parameters and state variables.

 SWSJContext

SecurityParameters.getContext()

Gets the SWSJContext that is used to carry a number of common parameters and state variables.

 SWSJContext

Reference.getContext()

Gets the SWSJContext, that is used to carry a number of common parameters and state variables.

 SWSJContext

KeyValue.getContext()

Gets the SWSJContext.

 SWSJContext

KeyInfo.getContext()

Gets the SWSJContext.

 

Constructors in com.rsa.swsj with parameters of type SWSJContext
XMLDocument(SWSJContext context, java.io.InputStream input)

Reads and parses an XML document.

XMLDocument(SWSJContext context, java.io.InputStream input, java.io.OutputStream output)

Reads and parses the XML document.

X509Data(SWSJContext context)

Creates an empty X509Data object initialized only with context.

Timestamp(SWSJContext context)

The default constructor that creates an empty Timestamp object that is initialized only with context.

SecurityParameters(SWSJContext context)

Instantiates a particular SecurityParameters object.

RetrievalMethod(SWSJContext context)

Creates an empty RetrievalMethod object initialized only with context.

RetrievalMethod(SWSJContext context, java.lang.String uri)

Creates a RetrievalMethod object by setting the URI to uri.

Reference(SWSJContext context)

The default constructor that creates an empty Reference object that is initialized only with context.

Reference(SWSJContext context, java.lang.String uri)

Creates a Reference object and sets the URI setting to uri.

KeyValue(SWSJContext context)

Creates an empty KeyValue object initialized only with context.

KeyValue(SWSJContext context, java.security.PublicKey publicKey)

Creates a KeyValue object, sets the context, and initializes the key to publicKey.

 

Uses of SWSJContext in com.rsa.swsj.encryption
 

Constructors in com.rsa.swsj.encryption with parameters of type SWSJContext
XMLEncryption(SWSJContext context)

This is the default constructor.

XMLEncryption(SWSJContext context, java.lang.String reference, java.security.PublicKey pubKey)

This constructor should be used in simple cases.

 

Uses of SWSJContext in com.rsa.swsj.profiles.wss
 

Methods in com.rsa.swsj.profiles.wss that return SWSJContext

 SWSJContext

Token.getContext()

Gets the SWSJContext, that is used to carry a number of common parameters and state variables.

 SWSJContext

SecurityTokenReference.getContext()

Gets the SWSJContext.

 SWSJContext

KeyIdentifier.getContext()

Gets the SWSJContext.

 

Constructors in com.rsa.swsj.profiles.wss with parameters of type SWSJContext
X509Token(SWSJContext context)

Creates an empty X509Token object initialized only with context.

X509Token(SWSJContext context, java.security.cert.X509Certificate cert)

Creates an X509Token object initialized with the signer's certificate.

X509Token(SWSJContext context, byte[] certData, java.lang.String valueType, boolean isBase64)

Creates an X509Token object initialized with certificate data.

WSSParameters(SWSJContext context)

Instantiates a particular WSSParameters object.

WSSDocument(SWSJContext context, java.io.InputStream input)

Reads and parses the SOAP message.

WSSDocument(SWSJContext context, java.io.InputStream input, java.io.OutputStream output)

Reads and parses the WSS document.

UsernameToken(SWSJContext context)

Creates an empty UsernameToken object that is initialized only with a context.

UsernameToken(SWSJContext context, java.lang.String id, java.lang.String username)

Creates a UsernameToken object that is initialized with the context, an identifier, and the user name for that token.

Token(SWSJContext context)

Creates an empty Token object that is initialized only with a context.

SecurityTokenReference(SWSJContext context)

Creates an empty SecurityTokenReference object initialized only with context.

KeyIdentifier(SWSJContext context)

Creates an empty KeyIdentifier object initialized only with context.

 

Uses of SWSJContext in com.rsa.swsj.signature
 

Constructors in com.rsa.swsj.signature with parameters of type SWSJContext
XMLSignature(SWSJContext context)

Creates an empty XMLSignature object initialized only with a context.

XMLSignature(SWSJContext context, java.lang.String reference, java.security.PrivateKey privKey, java.security.cert.X509Certificate cert, java.security.cert.X509Certificate[] certChain)

Creates XMLSignature object set with all nessesary values.

SigReference(SWSJContext context)

Creates a SigReference object and initializes it with the context only.

SigReference(SWSJContext context, java.lang.String uri, java.lang.String digestMethod)

Creates a SigReference object and initializes it with the given values.