Package org.jboss.resteasy.security
Class SigningAlgorithm
- java.lang.Object
 - 
- org.jboss.resteasy.security.SigningAlgorithm
 
 
- 
public class SigningAlgorithm extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SigningAlgorithmSHA1withRSAstatic SigningAlgorithmSHA256withRSA 
- 
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 StringgetJavaHashNotation()StringgetJavaSecNotation()StringgetRfcNotation() 
 - 
 
- 
- 
Field Detail
- 
SHA256withRSA
public static SigningAlgorithm SHA256withRSA
 
- 
SHA1withRSA
public static SigningAlgorithm SHA1withRSA
 
 - 
 
 -