Package org.javlo.external.agitos.dkim
Class SigningAlgorithm
- java.lang.Object
-
- org.javlo.external.agitos.dkim.SigningAlgorithm
-
public class SigningAlgorithm extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SigningAlgorithm
SHA1withRSA
static SigningAlgorithm
SHA256withRSA
-
Constructor Summary
Constructors Constructor Description SigningAlgorithm(String rfc4871Notation, String javaSecNotation, String javaHashNotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJavaHashNotation()
String
getJavaSecNotation()
String
getRfc4871Notation()
-
-
-
Field Detail
-
SHA256withRSA
public static SigningAlgorithm SHA256withRSA
-
SHA1withRSA
public static SigningAlgorithm SHA1withRSA
-
-