Class KeyStoreConfiguration

java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<KeyStoreConfiguration>
org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<KeyStoreConfiguration>, org.infinispan.commons.configuration.attributes.Updatable<KeyStoreConfiguration>

public class KeyStoreConfiguration extends org.infinispan.commons.configuration.attributes.ConfigurationElement<KeyStoreConfiguration>
Since:
10.0
  • Field Summary

    Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement

    attributes, CHILDLESS, children, element, repeated
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    char[]
     
     

    Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement

    attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • keyStoreFileName

      public String keyStoreFileName()
    • keyStoreType

      public String keyStoreType()
    • keyStorePassword

      public char[] keyStorePassword()
    • keyAlias

      public String keyAlias()