org.jboss.resteasy.security.doseta
Class SigningAlgorithm

java.lang.Object
  extended by org.jboss.resteasy.security.doseta.SigningAlgorithm

public class SigningAlgorithm
extends Object


Field Summary
static SigningAlgorithm SHA1withRSA
           
static SigningAlgorithm SHA256withRSA
           
 
Constructor Summary
SigningAlgorithm(String rfc4871Notation, String javaSecNotation, String javaHashNotation)
           
 
Method Summary
 String getJavaHashNotation()
           
 String getJavaSecNotation()
           
 String getRfcNotation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHA256withRSA

public static SigningAlgorithm SHA256withRSA

SHA1withRSA

public static SigningAlgorithm SHA1withRSA
Constructor Detail

SigningAlgorithm

public SigningAlgorithm(String rfc4871Notation,
                        String javaSecNotation,
                        String javaHashNotation)
Method Detail

getJavaHashNotation

public String getJavaHashNotation()

getJavaSecNotation

public String getJavaSecNotation()

getRfcNotation

public String getRfcNotation()


Copyright © 2011. All Rights Reserved.