org.mozilla.jss.crypto
Class KeyWrapAlgorithm

java.lang.Object
  |
  +--org.mozilla.jss.crypto.Algorithm
        |
        +--org.mozilla.jss.crypto.KeyWrapAlgorithm

public class KeyWrapAlgorithm
extends Algorithm


Field Summary
static KeyWrapAlgorithm DES_CBC
           
static KeyWrapAlgorithm DES_CBC_PAD
           
static KeyWrapAlgorithm DES_ECB
           
static KeyWrapAlgorithm DES3_CBC
           
static KeyWrapAlgorithm DES3_CBC_PAD
           
static KeyWrapAlgorithm DES3_ECB
           
static KeyWrapAlgorithm RSA
           
 
Method Summary
 java.lang.Class getParameterClass()
          The type of parameter that this algorithm expects.
 boolean isPadded()
           
 
Methods inherited from class org.mozilla.jss.crypto.Algorithm
toOID, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DES_ECB

public static final KeyWrapAlgorithm DES_ECB

DES_CBC

public static final KeyWrapAlgorithm DES_CBC

DES_CBC_PAD

public static final KeyWrapAlgorithm DES_CBC_PAD

DES3_ECB

public static final KeyWrapAlgorithm DES3_ECB

DES3_CBC

public static final KeyWrapAlgorithm DES3_CBC

DES3_CBC_PAD

public static final KeyWrapAlgorithm DES3_CBC_PAD

RSA

public static final KeyWrapAlgorithm RSA
Method Detail

getParameterClass

public java.lang.Class getParameterClass()
The type of parameter that this algorithm expects. Returns null if this algorithm does not take any parameters.
Overrides:
getParameterClass in class Algorithm

isPadded

public boolean isPadded()