Package | Description |
---|---|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateBundle
Value object representing a certificate bundle consisting of a private key, the
certificate and the issuer certificate.
|
Modifier and Type | Method and Description |
---|---|
static Certificate |
Certificate.of(String serialNumber,
String certificate,
String issuingCaCertificate)
Create a
Certificate given a private key with certificates and the serial
number. |
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.