com.plumtree.openfoundation.security
Class XPCryptoType

java.lang.Object
  extended bycom.plumtree.openfoundation.security.XPCryptoType

public class XPCryptoType
extends java.lang.Object

Private key encryption types.


Field Summary
static XPCryptoType AES_128
          128-bit AES.
static XPCryptoType RC2_40
          40-bit RC2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RC2_40

public static final XPCryptoType RC2_40
40-bit RC2.


AES_128

public static final XPCryptoType AES_128
128-bit AES.



Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.