Skip navigation links

Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10696-05


oracle.security.crypto.core
Class Padding.ID

java.lang.Object
  extended by oracle.security.crypto.util.IntConstant
      extended by oracle.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
description, value

 

Method Summary
 java.lang.String toString()
          Returns a string representation of this object, of the form "description(value)".

 

Methods inherited from class oracle.security.crypto.util.IntConstant
getDescription, 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()
Description copied from class: IntConstant
Returns a string representation of this object, of the form "description(value)".
Overrides:
toString in class IntConstant

Skip navigation links

Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10696-05


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