Uses of Interface
com.rsa.swsj.KeyInfo

Packages that use KeyInfo
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 KeyInfo in com.rsa.swsj
 

Classes in com.rsa.swsj that implement KeyInfo

 class

KeyValue

This class builds and stores a KeyValue element in KeyInfo.

 class

RetrievalMethod

This class builds and stores a RetrievalMethod element in KeyInfo.

 class

X509Data

This class stores one or more identifiers of X.509 certificates such as subject name, or issuer name and serial number, that can be used for validation and encryption.

 

Methods in com.rsa.swsj that return KeyInfo

 KeyInfo[]

SecurityParameters.getKeyInfos()

Gets an array of KeyInfo objects.

 KeyInfo

RetrievalMethod.getKeyInfo()

Gets the KeyInfo referred by this RetrievalMethod.

 

Methods in com.rsa.swsj with parameters of type KeyInfo

 void

SecurityParameters.setKeyInfos(KeyInfo[] keyInfos)

Sets the array of KeyInfo objects that can contain keys, names, certificates, and other public key management information.

 

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

Classes in com.rsa.swsj.profiles.wss that implement KeyInfo

 class

SecurityTokenReference

An implementation of the <SecurityTokenReference> element.