Package | Description |
---|---|
org.cryptacular.util |
Modifier and Type | Field and Description |
---|---|
static CertUtil.EncodeType<byte[]> |
CertUtil.EncodeType.DER
DER encode type.
|
static CertUtil.EncodeType<String> |
CertUtil.EncodeType.PKCS7
PKCS7 encode type.
|
static CertUtil.EncodeType<String> |
CertUtil.EncodeType.X509
X509 encode type.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
CertUtil.encodeCert(X509Certificate certificate,
CertUtil.EncodeType<T> encodeType)
PEM encodes the given certificate with the provided encoding type.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.