Package org.springframework.cloud.bindings.boot.pem
package org.springframework.cloud.bindings.boot.pem
SSL trust material provider for PEM-encoded certificates.
This package is copied from org.springframework.boot.ssl.pem introduced into spring-boot in v3.1.0.
It is simplified somewhat here, and modified for Java 8 compatibility.
We copied it because the spring-cloud-bindings library needs to work with older versions of spring boot, and must be
Java 8 compatible.
-
ClassesClassDescriptionhelper for creating stores from PEM-encoded certificates and private keys.