Cryptix V3.2

Uses of Interface
xjava.security.Padding

Packages that use Padding
cryptix.provider.padding   
xjava.security   
 

Uses of Padding in cryptix.provider.padding
 

Classes in cryptix.provider.padding that implement Padding
 class OneAndZeroes
          Class for padding cipher data with a binary-digit one, followed by as many binary-digit zeroes as needed to fill this instance's blockSize.
 class PKCS5
          A class for padding cipher data according to the following scheme, described in section 6.2 of RSA Data Security, Inc.'s PKCS #5 standard:
 class PKCS7
          A class for padding cipher data according to the following scheme, described in section 10.3 of RSA Data Security, Inc.'s PKCS #7 standard:
 

Uses of Padding in xjava.security
 

Classes in xjava.security that implement Padding
 class PaddingScheme
          This class is extended by classes that provide a general-purpose padding scheme, such as the ones described in PKCS #5 or in RFC 1423 (PEM).
 


Cryptix V3.2

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.