Class Key
java.lang.Object
com.predic8.membrane.core.config.security.Key
- Description
- Experimental.
Allows to insert a PEM block containing the key (as well as one or more blocks for the certificate(s)) directly into the proxies.xml file.
This is an alternative for
KeyStore.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCertificates(List<Certificate> certificates) voidsetPassword(String password) voidsetPrivate(Key.Private private_)