| Package | Description |
|---|---|
| io.airlift.security.csr |
| Modifier and Type | Method and Description |
|---|---|
static SignatureAlgorithmIdentifier |
SignatureAlgorithmIdentifier.findSignatureAlgorithmIdentifier(String algorithmName) |
SignatureAlgorithmIdentifier |
CertificationRequest.getSignatureAlgorithmIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SignatureAlgorithmIdentifier> |
SignatureAlgorithmIdentifier.getAllSignatureAlgorithmIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CertificationRequestInfo.sign(SignatureAlgorithmIdentifier signatureAlgorithmIdentifier,
PrivateKey privateKey) |
| Constructor and Description |
|---|
CertificationRequest(CertificationRequestInfo certificationRequestInfo,
SignatureAlgorithmIdentifier signatureAlgorithmIdentifier,
byte[] signature) |
CertificationRequest(CertificationRequestInfo certificationRequestInfo,
SignatureAlgorithmIdentifier signatureAlgorithmIdentifier,
PrivateKey privateKey) |
Copyright © 2010–2019 Airlift. All rights reserved.