public class SigningAlgorithm extends Object
Modifier and Type | Field and Description |
---|---|
static SigningAlgorithm |
SHA1withRSA |
static SigningAlgorithm |
SHA256withRSA |
Constructor and Description |
---|
SigningAlgorithm(String rfc4871Notation,
String javaSecNotation,
String javaHashNotation) |
Modifier and Type | Method and Description |
---|---|
String |
getJavaHashNotation() |
String |
getJavaSecNotation() |
String |
getRfc4871Notation() |
public static SigningAlgorithm SHA256withRSA
public static SigningAlgorithm SHA1withRSA
Copyright © 2012-2018. All Rights Reserved.