Klasse CreateKeystoreRequest

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CreateKeystoreRequest

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class CreateKeystoreRequest extends Object
CreateKeystoreRequest
  • Felddetails

    • keyStoreName

      protected String keyStoreName
      The name of the keystore. It cannot contain spaces or special characters. The name of the key store must be unique across all the keystores created in API Gateway.
    • keyStoreDescription

      protected String keyStoreDescription
      The description for the keystore.
    • keyStoreType

      The certificate file format of the keystore.
    • keyStorePassword

      protected String keyStorePassword
      The keystore password that is defined at the time of keystore creation using a keystore utility.
    • uploadFileName

      protected String uploadFileName
      The name of the keystore file that will be used to save the keystore internally in API Gateway.
    • fileContent

      protected File fileContent
      The contents of the truststore file.
    • pkAliasesList

      protected String pkAliasesList
      Comma separated list of alias names in the uploaded keystore file.
    • pkPasswordsList

      protected String pkPasswordsList
      Comma separated list of passwords in the same order as the aliases specified in pkAliasesList. If a particular key alias does not have a password, it is denoted by space.
    • nullPKpasswds

      protected String nullPKpasswds
      Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList. For each key alias, true indicates that the key alias does not have a password and false indicates that it does have a password.
    • isPwdBase64Encoded

      protected String isPwdBase64Encoded
      Specifies whether password is base 64 encoded.
  • Konstruktordetails

  • Methodendetails

    • keyStoreName

      public String keyStoreName()
      The name of the keystore. It cannot contain spaces or special characters. The name of the key store must be unique across all the keystores created in API Gateway.
    • keyStoreDescription

      public String keyStoreDescription()
      The description for the keystore.
    • keyStoreType

      The certificate file format of the keystore.
    • keyStorePassword

      public String keyStorePassword()
      The keystore password that is defined at the time of keystore creation using a keystore utility.
    • uploadFileName

      public String uploadFileName()
      The name of the keystore file that will be used to save the keystore internally in API Gateway.
    • fileContent

      public File fileContent()
      The contents of the truststore file.
    • pkAliasesList

      public String pkAliasesList()
      Comma separated list of alias names in the uploaded keystore file.
    • pkPasswordsList

      public String pkPasswordsList()
      Comma separated list of passwords in the same order as the aliases specified in pkAliasesList. If a particular key alias does not have a password, it is denoted by space.
    • nullPKpasswds

      public String nullPKpasswds()
      Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList. For each key alias, true indicates that the key alias does not have a password and false indicates that it does have a password.
    • isPwdBase64Encoded

      public String isPwdBase64Encoded()
      Specifies whether password is base 64 encoded.
    • keyStoreName

      public CreateKeystoreRequest keyStoreName(String keyStoreName)
      The name of the keystore. It cannot contain spaces or special characters. The name of the key store must be unique across all the keystores created in API Gateway.
      Gibt zurück:
      this.
    • keyStoreDescription

      public CreateKeystoreRequest keyStoreDescription(String keyStoreDescription)
      The description for the keystore.
      Gibt zurück:
      this.
    • keyStoreType

      The certificate file format of the keystore.
      Gibt zurück:
      this.
    • keyStorePassword

      public CreateKeystoreRequest keyStorePassword(String keyStorePassword)
      The keystore password that is defined at the time of keystore creation using a keystore utility.
      Gibt zurück:
      this.
    • uploadFileName

      public CreateKeystoreRequest uploadFileName(String uploadFileName)
      The name of the keystore file that will be used to save the keystore internally in API Gateway.
      Gibt zurück:
      this.
    • fileContent

      public CreateKeystoreRequest fileContent(File fileContent)
      The contents of the truststore file.
      Gibt zurück:
      this.
    • pkAliasesList

      public CreateKeystoreRequest pkAliasesList(String pkAliasesList)
      Comma separated list of alias names in the uploaded keystore file.
      Gibt zurück:
      this.
    • pkPasswordsList

      public CreateKeystoreRequest pkPasswordsList(String pkPasswordsList)
      Comma separated list of passwords in the same order as the aliases specified in pkAliasesList. If a particular key alias does not have a password, it is denoted by space.
      Gibt zurück:
      this.
    • nullPKpasswds

      public CreateKeystoreRequest nullPKpasswds(String nullPKpasswds)
      Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList. For each key alias, true indicates that the key alias does not have a password and false indicates that it does have a password.
      Gibt zurück:
      this.
    • isPwdBase64Encoded

      public CreateKeystoreRequest isPwdBase64Encoded(String isPwdBase64Encoded)
      Specifies whether password is base 64 encoded.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object