Class Key.Private
java.lang.Object
com.predic8.membrane.core.config.security.Blob
com.predic8.membrane.core.config.security.Key.Private
- Enclosing class:
- Key
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContent(String content) voidsetLocation(String location) Methods inherited from class com.predic8.membrane.core.config.security.Blob
equals, get, getContent, getLocation, hashCode
-
Constructor Details
-
Private
public Private()
-
-
Method Details
-
setLocation
- Overrides:
setLocationin classBlob- Description
- A file/resource containing the private key in PEM format. See here for a description of the format.
-
setContent
- Overrides:
setContentin classBlob- Description
- The key in PEM format.
-