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 |
getRfcNotation() |
public static SigningAlgorithm SHA256withRSA
public static SigningAlgorithm SHA1withRSA
Copyright © 2017 JBoss by Red Hat. All rights reserved.