Class Overview
Generates a public/private key pair
Fields
private
String
keyPairAlgorithm
Public Constructors
public
KeyPairInfoProvider
(CanonicalizationAlgorithm canonicalizationAlgorithm, String keyPairAlgorithm)
Parameters
| canonicalizationAlgorithm
| The canonicalization algorithm |
| keyPairAlgorithm
| The algorithm used to create the key pair (DSA / RSA)
|
Public Methods
public
Key
getSecretKey
()
public
String
getSignatureMethod
()
Creates the SignedInfo object that will be used to create the SignedInfo tag.
Parameters
| ref
| The referenced object. |