public static enum IncompatibleAlgorithm.ComponentType extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2022. All rights reserved.