| Package | Description |
|---|---|
| org.nhindirect.config.model.utils |
Data model utility classes and methods.
|
| Modifier and Type | Method and Description |
|---|---|
static CertUtils.CertContainer |
CertUtils.toCertContainer(byte[] data)
Converts a raw byte array that is in the Certificate data store format to a CertContainer.
|
static CertUtils.CertContainer |
CertUtils.toCertContainer(byte[] data,
boolean loadPrivateKey) |
static CertUtils.CertContainer |
CertUtils.toCertContainer(byte[] data,
char[] keyStorePassPhrase,
char[] privateKeyPassPhrase) |
static CertUtils.CertContainer |
CertUtils.toCertContainer(byte[] data,
char[] keyStorePassPhrase,
char[] privateKeyPassPhrase,
boolean loadPrivateKey)
Creates a certificate container that consists of the X509 certificate and its private key (if it exists).
|
Copyright © 2025. All rights reserved.