|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaddingScheme | |
cryptix.provider.padding | |
xjava.security |
Uses of PaddingScheme in cryptix.provider.padding |
Subclasses of PaddingScheme in cryptix.provider.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 PaddingScheme in xjava.security |
Methods in xjava.security that return PaddingScheme | |
static PaddingScheme |
PaddingScheme.getInstance(java.lang.String algorithm)
Generates a PaddingScheme object that implements the algorithm requested, as available in the environment. |
static PaddingScheme |
PaddingScheme.getInstance(java.lang.String algorithm,
java.lang.String provider)
Generates a PaddingScheme object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider. |
protected PaddingScheme |
Cipher.getPaddingScheme()
Returns the object implementing padding for this cipher, or null if there is no such object. |
Methods in xjava.security with parameters of type PaddingScheme | |
static Cipher |
Cipher.getInstance(Cipher cipher,
Mode mode,
PaddingScheme padding)
Generates a new Cipher object by composing the given Cipher, Mode and PaddingScheme objects. |
protected void |
Cipher.engineSetPaddingScheme(PaddingScheme padding)
SPI: Sets the object that will implement padding for this cipher. |
|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |