public class CertificateType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
OpenPGP |
static short |
RawPublicKey |
static short |
X509 |
Constructor and Description |
---|
CertificateType() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(short certificateType) |
public static final short X509
public static final short OpenPGP
public static final short RawPublicKey