Class Messages

java.lang.Object
com.cloudbees.plugins.credentials.impl.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName

      public static String CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName()
      Key CertificateCredentialsImpl.PEMEntryKeyStoreSourceDisplayName: PEM encoded certificate and key.
      Returns:
      PEM encoded certificate and key
    • _CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName()
      Key CertificateCredentialsImpl.PEMEntryKeyStoreSourceDisplayName: PEM encoded certificate and key.
      Returns:
      PEM encoded certificate and key
    • CertificateCredentialsImpl_PEMNoCertificate

      public static String CertificateCredentialsImpl_PEMNoCertificate()
      Key CertificateCredentialsImpl.PEMNoCertificate: No Certificates provided.
      Returns:
      No Certificates provided
    • _CertificateCredentialsImpl_PEMNoCertificate

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoCertificate()
      Key CertificateCredentialsImpl.PEMNoCertificate: No Certificates provided.
      Returns:
      No Certificates provided
    • CertificateCredentialsImpl_PEMCertificateParsingError

      public static String CertificateCredentialsImpl_PEMCertificateParsingError(Object arg0)
      Key CertificateCredentialsImpl.PEMCertificateParsingError: Could not parse certificate chain: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could not parse certificate chain: {0}
    • _CertificateCredentialsImpl_PEMCertificateParsingError

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMCertificateParsingError(Object arg0)
      Key CertificateCredentialsImpl.PEMCertificateParsingError: Could not parse certificate chain: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could not parse certificate chain: {0}
    • CertificateCredentialsImpl_PEMKeyInfo

      public static String CertificateCredentialsImpl_PEMKeyInfo(Object arg0, Object arg1)
      Key CertificateCredentialsImpl.PEMKeyInfo: {0} {1} private key.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} {1} private key
    • _CertificateCredentialsImpl_PEMKeyInfo

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMKeyInfo(Object arg0, Object arg1)
      Key CertificateCredentialsImpl.PEMKeyInfo: {0} {1} private key.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} {1} private key
    • CertificateCredentialsImpl_PEMNoKey

      public static String CertificateCredentialsImpl_PEMNoKey()
      Key CertificateCredentialsImpl.PEMNoKey: No key was provided.
      Returns:
      No key was provided
    • _CertificateCredentialsImpl_PEMNoKey

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoKey()
      Key CertificateCredentialsImpl.PEMNoKey: No key was provided.
      Returns:
      No key was provided
    • CertificateCredentialsImpl_ShortPasswordFIPS

      public static String CertificateCredentialsImpl_ShortPasswordFIPS()
      Key CertificateCredentialsImpl.ShortPasswordFIPS: Password is too short (< 14 characters).
      Returns:
      Password is too short (< 14 characters)
    • _CertificateCredentialsImpl_ShortPasswordFIPS

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_ShortPasswordFIPS()
      Key CertificateCredentialsImpl.ShortPasswordFIPS: Password is too short (< 14 characters).
      Returns:
      Password is too short (< 14 characters)
    • CertificateCredentialsImpl_NoPassword

      public static String CertificateCredentialsImpl_NoPassword()
      Key CertificateCredentialsImpl.NoPassword: Password is empty.
      Returns:
      Password is empty
    • _CertificateCredentialsImpl_NoPassword

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_NoPassword()
      Key CertificateCredentialsImpl.NoPassword: Password is empty.
      Returns:
      Password is empty
    • CertificateCredentialsImpl_PEMNoKeys

      public static String CertificateCredentialsImpl_PEMNoKeys()
      Key CertificateCredentialsImpl.PEMNoKeys: No Keys Provided.
      Returns:
      No Keys Provided
    • _CertificateCredentialsImpl_PEMNoKeys

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoKeys()
      Key CertificateCredentialsImpl.PEMNoKeys: No Keys Provided.
      Returns:
      No Keys Provided
    • CertificateCredentialsImpl_PEMNonKeys

      public static String CertificateCredentialsImpl_PEMNonKeys()
      Key CertificateCredentialsImpl.PEMNonKeys: PEM contains non key entries.
      Returns:
      PEM contains non key entries
    • _CertificateCredentialsImpl_PEMNonKeys

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNonKeys()
      Key CertificateCredentialsImpl.PEMNonKeys: PEM contains non key entries.
      Returns:
      PEM contains non key entries
    • CertificateCredentialsImpl_PEMKeyParseError

      public static String CertificateCredentialsImpl_PEMKeyParseError(Object arg0)
      Key CertificateCredentialsImpl.PEMKeyParseError: Could not parse key: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could not parse key: {0}
    • _CertificateCredentialsImpl_PEMKeyParseError

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMKeyParseError(Object arg0)
      Key CertificateCredentialsImpl.PEMKeyParseError: Could not parse key: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could not parse key: {0}
    • CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword

      public static String CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword(Object arg0)
      Key CertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword: Could retrieve key "{0}". You may need to provide a password.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could retrieve key "{0}". You may need to provide a password
    • _CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword(Object arg0)
      Key CertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword: Could retrieve key "{0}". You may need to provide a password.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could retrieve key "{0}". You may need to provide a password
    • CertificateCredentialsImpl_PEMNonCertificates

      public static String CertificateCredentialsImpl_PEMNonCertificates()
      Key CertificateCredentialsImpl.PEMNonCertificates: PEM contains non certificate entries.
      Returns:
      PEM contains non certificate entries
    • _CertificateCredentialsImpl_PEMNonCertificates

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNonCertificates()
      Key CertificateCredentialsImpl.PEMNonCertificates: PEM contains non certificate entries.
      Returns:
      PEM contains non certificate entries
    • CertificateCredentialsImpl_LoadKeystoreFailed

      public static String CertificateCredentialsImpl_LoadKeystoreFailed()
      Key CertificateCredentialsImpl.LoadKeystoreFailed: Could not load keystore.
      Returns:
      Could not load keystore
    • _CertificateCredentialsImpl_LoadKeystoreFailed

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_LoadKeystoreFailed()
      Key CertificateCredentialsImpl.LoadKeystoreFailed: Could not load keystore.
      Returns:
      Could not load keystore
    • CertificateCredentialsImpl_DisplayName

      public static String CertificateCredentialsImpl_DisplayName()
      Key CertificateCredentialsImpl.DisplayName: Certificate.
      Returns:
      Certificate
    • _CertificateCredentialsImpl_DisplayName

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_DisplayName()
      Key CertificateCredentialsImpl.DisplayName: Certificate.
      Returns:
      Certificate
    • CertificateCredentialsImpl_LoadKeyFailed

      public static String CertificateCredentialsImpl_LoadKeyFailed(Object arg0)
      Key CertificateCredentialsImpl.LoadKeyFailed: Could retrieve key "{0}".
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could retrieve key "{0}"
    • _CertificateCredentialsImpl_LoadKeyFailed

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_LoadKeyFailed(Object arg0)
      Key CertificateCredentialsImpl.LoadKeyFailed: Could retrieve key "{0}".
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could retrieve key "{0}"
    • CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName

      public static String CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName()
      Key CertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName: Upload PKCS#12 certificate and key.
      Returns:
      Upload PKCS#12 certificate and key
    • _CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName()
      Key CertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName: Upload PKCS#12 certificate and key.
      Returns:
      Upload PKCS#12 certificate and key
    • CertificateCredentialsImpl_PEMMultipleKeys

      public static String CertificateCredentialsImpl_PEMMultipleKeys()
      Key CertificateCredentialsImpl.PEMMultipleKeys: More than 1 key provided.
      Returns:
      More than 1 key provided
    • _CertificateCredentialsImpl_PEMMultipleKeys

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMMultipleKeys()
      Key CertificateCredentialsImpl.PEMMultipleKeys: More than 1 key provided.
      Returns:
      More than 1 key provided
    • UsernamePasswordCredentialsImpl_DisplayName

      public static String UsernamePasswordCredentialsImpl_DisplayName()
      Key UsernamePasswordCredentialsImpl.DisplayName: Username with password.
      Returns:
      Username with password
    • _UsernamePasswordCredentialsImpl_DisplayName

      public static org.jvnet.localizer.Localizable _UsernamePasswordCredentialsImpl_DisplayName()
      Key UsernamePasswordCredentialsImpl.DisplayName: Username with password.
      Returns:
      Username with password
    • CertificateCredentialsImpl_NoCertificateUploaded

      public static String CertificateCredentialsImpl_NoCertificateUploaded()
      Key CertificateCredentialsImpl.NoCertificateUploaded: No certificate uploaded.
      Returns:
      No certificate uploaded
    • _CertificateCredentialsImpl_NoCertificateUploaded

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_NoCertificateUploaded()
      Key CertificateCredentialsImpl.NoCertificateUploaded: No certificate uploaded.
      Returns:
      No certificate uploaded
    • CertificateCredentialsImpl_EmptyKeystore

      public static String CertificateCredentialsImpl_EmptyKeystore()
      Key CertificateCredentialsImpl.EmptyKeystore: Empty keystore.
      Returns:
      Empty keystore
    • _CertificateCredentialsImpl_EmptyKeystore

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_EmptyKeystore()
      Key CertificateCredentialsImpl.EmptyKeystore: Empty keystore.
      Returns:
      Empty keystore
    • CertificateCredentialsImpl_PEMNoCertificates

      public static String CertificateCredentialsImpl_PEMNoCertificates()
      Key CertificateCredentialsImpl.PEMNoCertificates: No certificates where provided.
      Returns:
      No certificates where provided
    • _CertificateCredentialsImpl_PEMNoCertificates

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoCertificates()
      Key CertificateCredentialsImpl.PEMNoCertificates: No certificates where provided.
      Returns:
      No certificates where provided
    • CertificateCredentialsImpl_PEMNoPassword

      public static String CertificateCredentialsImpl_PEMNoPassword()
      Key CertificateCredentialsImpl.PEMNoPassword: No password was provided.
      Returns:
      No password was provided
    • _CertificateCredentialsImpl_PEMNoPassword

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoPassword()
      Key CertificateCredentialsImpl.PEMNoPassword: No password was provided.
      Returns:
      No password was provided
    • CertificateCredentialsImpl_ShortPassword

      public static String CertificateCredentialsImpl_ShortPassword()
      Key CertificateCredentialsImpl.ShortPassword: Password is short (< 14 characters).
      Returns:
      Password is short (< 14 characters)
    • _CertificateCredentialsImpl_ShortPassword

      public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_ShortPassword()
      Key CertificateCredentialsImpl.ShortPassword: Password is short (< 14 characters).
      Returns:
      Password is short (< 14 characters)