com.rsa.swsj
Interface KeyInfo

All Known Implementing Classes:
KeyValue, RetrievalMethod, SecurityTokenReference, X509Data

public interface KeyInfo

This interface builds and stores a KeyInfo element. It stores keys, names, certificates, and other public-key management information. It is the base class for all types of KeyInfo. There are several kinds of KeyInfo, including KeyValue and X509Data.

KeyInfo arrays are passed to the security parameters of signature and encryption objects in different ways.

This class is an abstract class; the subclasses implement the details.


Method Summary

 SWSJContext

getContext()

Gets the SWSJContext.

 

Method Detail

getContext

public SWSJContext getContext()
Gets the SWSJContext.

Returns:
The toolkit context.