public class SignatureConfigRsa extends SignatureConfig<SignatureRsa>
SignatureConfig for Rsa.algorithmprovider| Constructor and Description |
|---|
SignatureConfigRsa(HashConfig hashConfig,
SecurityProvider provider)
The constructor.
|
SignatureConfigRsa(HashConfig hashConfig,
String hashAlgorithm,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureConfigRsa |
withoutHashConfig() |
getHashConfig, getSignatureAlgorithm, getSignatureFactorygetAlgorithmgetProviderpublic SignatureConfigRsa(HashConfig hashConfig, SecurityProvider provider)
hashConfig - the HashConfig to be used as hashing config.provider - the provider.public SignatureConfigRsa(HashConfig hashConfig, String hashAlgorithm, SecurityProvider provider)
hashConfig - the HashConfig to be used as hashing config.hashAlgorithm - the hash algorithm.provider - the provider.public SignatureConfigRsa withoutHashConfig()
withoutHashConfig in class SignatureConfig<SignatureRsa>SignatureConfig without hash config (set to
null).Copyright © 2001–2019 mmm-Team. All rights reserved.