Uses of Class
org.springframework.vault.support.Certificate
Packages that use Certificate
Package
Description
Classes supporting the Vault packages, such as value objects.
-
Uses of Certificate in org.springframework.vault.support
Subclasses of Certificate in org.springframework.vault.supportModifier and TypeClassDescriptionclass
Value object representing a certificate bundle consisting of a private key, the certificate and the issuer certificate.Methods in org.springframework.vault.support that return CertificateModifier and TypeMethodDescriptionstatic Certificate
Create aCertificate
given a private key with certificates and the serial number.