JSS 3.1.2

org.mozilla.jss.crypto
Class SymmetricKey.Type

java.lang.Object
  |
  +--org.mozilla.jss.crypto.SymmetricKey.Type
Enclosing class:
SymmetricKey

public static final class SymmetricKey.Type
extends java.lang.Object


Field Summary
static SymmetricKey.Type DES
           
static SymmetricKey.Type DES3
           
private  java.lang.String name
           
static SymmetricKey.Type RC2
           
static SymmetricKey.Type RC4
           
static SymmetricKey.Type SHA1_HMAC
           
 
Constructor Summary
private SymmetricKey.Type()
           
private SymmetricKey.Type(java.lang.String name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

name

private java.lang.String name

DES

public static final SymmetricKey.Type DES

DES3

public static final SymmetricKey.Type DES3

RC4

public static final SymmetricKey.Type RC4

RC2

public static final SymmetricKey.Type RC2

SHA1_HMAC

public static final SymmetricKey.Type SHA1_HMAC
Constructor Detail

SymmetricKey.Type

private SymmetricKey.Type()

SymmetricKey.Type

private SymmetricKey.Type(java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

JSS 3.1.2