public static class ProviderContext.SignatureAlgorithmOverride extends Object
| Constructor and Description |
|---|
ProviderContext.SignatureAlgorithmOverride(String algorithmName,
AlgorithmParameterSpec aps)
Create a new SignatureAlgorithmOverride instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName()
Gets the name of the signature algorithm to use in place of the normal default one.
|
AlgorithmParameterSpec |
getAlgorithmParameterSpec()
Gets the AlgorithmParameterSpec to use in place of the normal default one.
|
public ProviderContext.SignatureAlgorithmOverride(String algorithmName, AlgorithmParameterSpec aps)
algorithmName - the algorithm name (e.g. SHA256withRSAandMGF1)aps - the AlgorithmParameterSpecpublic String getAlgorithmName()
public AlgorithmParameterSpec getAlgorithmParameterSpec()
Copyright © 2021. All rights reserved.