org.apache.directory.server.kerberos.shared.crypto.encryption
Class CipherType
java.lang.Object
org.apache.directory.server.kerberos.shared.crypto.encryption.CipherType
- All Implemented Interfaces:
- java.lang.Comparable
public final class CipherType
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NULL
public static final CipherType NULL
- Enumeration elements are constructed once upon class loading.
Order of appearance here determines the order of compareTo.
DES
public static final CipherType DES
DES3
public static final CipherType DES3
AES128
public static final CipherType AES128
VALUES
public static final java.util.List VALUES
getTypeByOrdinal
public CipherType getTypeByOrdinal(int type)
compareTo
public int compareTo(java.lang.Object that)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.