public class SignatureAlgorithm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
anonymous |
static short |
dsa |
static short |
ecdsa |
static short |
rsa |
Constructor and Description |
---|
SignatureAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(short signatureAlgorithm) |
static java.lang.String |
getText(short signatureAlgorithm) |
public static final short anonymous
public static final short rsa
public static final short dsa
public static final short ecdsa