Class Key.Private

java.lang.Object
com.predic8.membrane.core.config.security.Blob
com.predic8.membrane.core.config.security.Key.Private
Enclosing class:
Key

public static class Key.Private extends Blob
  • Constructor Details

    • Private

      public Private()
  • Method Details

    • setLocation

      public void setLocation(String location)
      Overrides:
      setLocation in class Blob
      Description
      A file/resource containing the private key in PEM format. See here for a description of the format.
    • setContent

      public void setContent(String content)
      Overrides:
      setContent in class Blob
      Description
      The key in PEM format.