Oracle Security Developer Tools Crypto Java API Reference
10g (10.1.4.0.1)

B28171-01


oracle.security.crypto.core
Class Padding.ID

java.lang.Object
  extended byoracle.security.crypto.util.IntConstant
      extended byoracle.security.crypto.core.Padding.ID

Enclosing class:
Padding

public static final class Padding.ID
extends IntConstant

Represents a padding mode value that can be used by block ciphers.

There are two supported options for padding:

- NONE which means that input to block ciphers must be a multiple of the block size
- PKCS5 which means that encryption input can be any length and will be padded to a multiple of the block size, while decryption of any ciphertext that was created from a non-PKCS5 padded plaintext will almost certainly fail

Since:
2.2
See Also:
Padding

Field Summary

 

Fields inherited from class oracle.security.crypto.util.IntConstant
value

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class oracle.security.crypto.util.IntConstant
getValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

toString

public java.lang.String toString()

Oracle Security Developer Tools Crypto Java API Reference
10g (10.1.4.0.1)

B28171-01


Copyright © 2005 ,2006 , Oracle. All rights reserved.