public static class IPSECKEYRecord.Algorithm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DSA
A DSA key is present, in the format defined in [RFC2536]
|
static int |
ECDSA
An ECDSA key is present, in the format defined in [RFC6605]
|
static int |
RSA
A RSA key is present, in the format defined in [RFC3110]
|
Modifier | Constructor and Description |
---|---|
private |
Algorithm() |
public static final int DSA
public static final int RSA
public static final int ECDSA