All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.crypto.MessagePadding

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.crypto.MessagePadding

public final class MessagePadding
extends Constant
Constants for padding of messages before conventional encryption


Variable Index

 o ISO10126
ISO10126-Padding of message for conventional encryption
 o NOPAD
No padding of message for conventional encryption
 o OPAD
0-Padding of message for conventional encryption

Variables

 o OPAD
 public static final MessagePadding OPAD
0-Padding of message for conventional encryption

 o ISO10126
 public static final MessagePadding ISO10126
ISO10126-Padding of message for conventional encryption

 o NOPAD
 public static final MessagePadding NOPAD
No padding of message for conventional encryption


All Packages  Class Hierarchy  This Package  Previous  Next  Index