Class Overview
Generates the Key Info using a secret key provided by the User
Fields
private
String
secretKeyAlgorithm
Public Constructors
public
ScretKeyInfoProvider
(String secretKey, String secretKeyAlgorithm, CanonicalizationAlgorithm canonicalizationAlgorithm)
Parameters
| secretKey
| The password provided by the user |
| secretKeyAlgorithm
| The algorithm used to encode the key |
| canonicalizationAlgorithm
| The canonicalization Algorithm
|
Public Methods
public
Key
getSecretKey
()
Creates the SignedInfo object that will be used to create the SignedInfo tag.
Parameters
| ref
| The referenced object. |