Home » openjdk-7 » javax » crypto » [javadoc | source]
javax.crypto
static class: Cipher.Transform [javadoc | source]
java.lang.Object
   javax.crypto.Cipher$Transform
Nested class to deal with modes and paddings.
Field Summary
final  String transform     
final  String suffix     
final  String mode     
final  String pad     
Constructor:
 Transform(String alg,
    String suffix,
    String mode,
    String pad) 
Method from javax.crypto.Cipher$Transform Summary:
setModePadding,   supportsMode,   supportsModePadding,   supportsPadding
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.crypto.Cipher$Transform Detail:
  void setModePadding(CipherSpi spi) throws NoSuchAlgorithmException, NoSuchPaddingException 
 int supportsMode(Service s) 
 int supportsModePadding(Service s) 
 int supportsPadding(Service s)