@Table public class Certificate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Certificate.CertContainer
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
NULL_CERT |
| Constructor and Description |
|---|
Certificate() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearData()
Clear the data of a Certificate.
|
void |
setData(byte[] data)
Set the value of data.
|
void |
setRawData(byte[] data) |
Certificate.CertContainer |
toCredential()
Deprecated.
|
Certificate.CertContainer |
toCredential(char[] keyStorePass,
char[] privateKeyPass)
Deprecated.
|
void |
validate()
Validate the Certificate for the existance of data.
|
public void setData(byte[] data)
throws CertificateException
data - The value of data.CertificateExceptionpublic void setRawData(byte[] data)
public void validate()
throws CertificateException
CertificateExceptionpublic void clearData()
public Certificate.CertContainer toCredential() throws CertificateException
CertificateExceptionpublic Certificate.CertContainer toCredential(char[] keyStorePass, char[] privateKeyPass) throws CertificateException
CertificateExceptionCopyright © 2021. All rights reserved.