For the latest news and information visit
The GNU Crypto project

Uses of Interface
gnu.crypto.pad.IPad

Packages that use IPad
gnu.crypto.assembly Provides a high-level API for combining and using GNU Crypto cipher, mode, and padding primitives.  
gnu.crypto.jce.cipher   
gnu.crypto.pad Provides a basic API for using block cipher padding algorithms.  
 

Uses of IPad in gnu.crypto.assembly
 

Methods in gnu.crypto.assembly with parameters of type IPad
static Transformer Transformer.getPaddingTransformer(IPad padding)
           
 

Constructors in gnu.crypto.assembly with parameters of type IPad
PaddingTransformer(IPad padding)
           
 

Uses of IPad in gnu.crypto.jce.cipher
 

Fields in gnu.crypto.jce.cipher declared as IPad
protected  IPad CipherAdapter.pad
          Our padding instance.
 

Uses of IPad in gnu.crypto.pad
 

Classes in gnu.crypto.pad that implement IPad
 class BasePad
          An abstract class to facilitate implementing padding algorithms.
 class PKCS1_V1_5
          A padding algorithm implementation of the EME-PKCS1-V1.5 encoding/decoding algorithm as described in section 7.2 of RFC-3447.
 class PKCS7
          The implementation of the PKCS7 padding algorithm.
 class TBC
          The implementation of the Trailing Bit Complement (TBC) padding algorithm.
 

Methods in gnu.crypto.pad that return IPad
static IPad PadFactory.getInstance(java.lang.String pad)
          Returns an instance of a padding algorithm given its name.
 


For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.