public static enum IncompatibleAlgorithm.ComponentType extends Enum<IncompatibleAlgorithm.ComponentType>
Enum Constant and Description |
---|
CIPHER_CS |
CIPHER_SC |
COMPRESSION_CS |
COMPRESSION_SC |
KEYEXCHANGE |
MAC_CS |
MAC_SC |
PUBLICKEY |
Modifier and Type | Method and Description |
---|---|
static IncompatibleAlgorithm.ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncompatibleAlgorithm.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncompatibleAlgorithm.ComponentType CIPHER_CS
public static final IncompatibleAlgorithm.ComponentType CIPHER_SC
public static final IncompatibleAlgorithm.ComponentType MAC_CS
public static final IncompatibleAlgorithm.ComponentType MAC_SC
public static final IncompatibleAlgorithm.ComponentType KEYEXCHANGE
public static final IncompatibleAlgorithm.ComponentType PUBLICKEY
public static final IncompatibleAlgorithm.ComponentType COMPRESSION_CS
public static final IncompatibleAlgorithm.ComponentType COMPRESSION_SC
public static IncompatibleAlgorithm.ComponentType[] values()
for (IncompatibleAlgorithm.ComponentType c : IncompatibleAlgorithm.ComponentType.values()) System.out.println(c);
public static IncompatibleAlgorithm.ComponentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.