You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




org.mozilla.jss.crypto
Class EncryptionAlgorithm.Padding

java.lang.Object
  extended by org.mozilla.jss.crypto.EncryptionAlgorithm.Padding
Enclosing class:
EncryptionAlgorithm

public static class EncryptionAlgorithm.Padding
extends java.lang.Object


Field Summary
static EncryptionAlgorithm.Padding NONE
           
static EncryptionAlgorithm.Padding PKCS5
           
 
Method Summary
static EncryptionAlgorithm.Padding fromString(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final EncryptionAlgorithm.Padding NONE

PKCS5

public static final EncryptionAlgorithm.Padding PKCS5
Method Detail

toString

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

fromString

public static EncryptionAlgorithm.Padding fromString(java.lang.String name)
                                              throws java.security.NoSuchAlgorithmException
Throws:
java.security.NoSuchAlgorithmException