| Package | Description |
|---|---|
| org.xipki.util | |
| org.xipki.util.http |
| Modifier and Type | Method and Description |
|---|---|
static FileOrBinary |
FileOrBinary.ofBinary(byte[] binary) |
static FileOrBinary |
FileOrBinary.ofFile(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
FileOrBinary |
SslConf.getKeystore() |
FileOrBinary |
SslContextConf.getSslKeystore() |
FileOrBinary[] |
SslContextConf.getSslTrustanchors() |
FileOrBinary[] |
SslConf.getTrustanchors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SslConf.setKeystore(FileOrBinary keystore) |
void |
SslContextConf.setSslKeystore(FileOrBinary sslKeystore) |
void |
SslContextConf.setSslTrustanchors(FileOrBinary[] sslTrustanchors) |
void |
SslConf.setTrustanchors(FileOrBinary[] trustanchors) |
Copyright © 2023. All rights reserved.