Java org.springframework.vault.support CertificateBundle fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.vault.support CertificateBundle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.vault.support CertificateBundle.

The text is from its open source code.

Method

StringgetCertificate()
StringgetIssuingCaCertificate()
StringgetPrivateKey()
StringgetSerialNumber()
CertificateBundleof(String serialNumber, String certificate, String issuingCaCertificate, String privateKey)
Create a CertificateBundle given a private key with certificates and the serial number.