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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.DisplayName
:Certificate
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.EmptyKeystore
:Empty keystore
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.LoadKeyFailed
:Could retrieve key "{0}"
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword
:Could retrieve key "{0}". You may need to provide a password
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.LoadKeystoreFailed
:Could not load keystore
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.NoCertificateUploaded
:No certificate uploaded
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.NoPassword
:Password is empty
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMCertificateParsingError
:Could not parse certificate chain: {0}
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMEntryKeyStoreSourceDisplayName
:PEM encoded certificate and key
.static org.jvnet.localizer.Localizable
_CertificateCredentialsImpl_PEMKeyInfo
(Object arg0, Object arg1) KeyCertificateCredentialsImpl.PEMKeyInfo
:{0} {1} private key
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMKeyParseError
:Could not parse key: {0}
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMMultipleKeys
:More than 1 key provided
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNoCertificate
:No Certificates provided
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNoCertificates
:No certificates where provided
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNoKey
:No key was provided
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNoKeys
:No Keys Provided
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNonCertificates
:PEM contains non certificate entries
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNonKeys
:PEM contains non key entries
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.PEMNoPassword
:No password was provided
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.ShortPassword
:Password is short (< 14 characters)
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.ShortPasswordFIPS
:Password is too short (< 14 characters)
.static org.jvnet.localizer.Localizable
KeyCertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName
:Upload PKCS#12 certificate and key
.static org.jvnet.localizer.Localizable
KeypasswordTooShortFIPS
:Password is too short (< 14 characters)
.static org.jvnet.localizer.Localizable
KeyUsernamePasswordCredentialsImpl.DisplayName
:Username with password
.static String
KeyCertificateCredentialsImpl.DisplayName
:Certificate
.static String
KeyCertificateCredentialsImpl.EmptyKeystore
:Empty keystore
.static String
KeyCertificateCredentialsImpl.LoadKeyFailed
:Could retrieve key "{0}"
.static String
KeyCertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword
:Could retrieve key "{0}". You may need to provide a password
.static String
KeyCertificateCredentialsImpl.LoadKeystoreFailed
:Could not load keystore
.static String
KeyCertificateCredentialsImpl.NoCertificateUploaded
:No certificate uploaded
.static String
KeyCertificateCredentialsImpl.NoPassword
:Password is empty
.static String
KeyCertificateCredentialsImpl.PEMCertificateParsingError
:Could not parse certificate chain: {0}
.static String
KeyCertificateCredentialsImpl.PEMEntryKeyStoreSourceDisplayName
:PEM encoded certificate and key
.static String
CertificateCredentialsImpl_PEMKeyInfo
(Object arg0, Object arg1) KeyCertificateCredentialsImpl.PEMKeyInfo
:{0} {1} private key
.static String
KeyCertificateCredentialsImpl.PEMKeyParseError
:Could not parse key: {0}
.static String
KeyCertificateCredentialsImpl.PEMMultipleKeys
:More than 1 key provided
.static String
KeyCertificateCredentialsImpl.PEMNoCertificate
:No Certificates provided
.static String
KeyCertificateCredentialsImpl.PEMNoCertificates
:No certificates where provided
.static String
KeyCertificateCredentialsImpl.PEMNoKey
:No key was provided
.static String
KeyCertificateCredentialsImpl.PEMNoKeys
:No Keys Provided
.static String
KeyCertificateCredentialsImpl.PEMNonCertificates
:PEM contains non certificate entries
.static String
KeyCertificateCredentialsImpl.PEMNonKeys
:PEM contains non key entries
.static String
KeyCertificateCredentialsImpl.PEMNoPassword
:No password was provided
.static String
KeyCertificateCredentialsImpl.ShortPassword
:Password is short (< 14 characters)
.static String
KeyCertificateCredentialsImpl.ShortPasswordFIPS
:Password is too short (< 14 characters)
.static String
KeyCertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName
:Upload PKCS#12 certificate and key
.static String
KeypasswordTooShortFIPS
:Password is too short (< 14 characters)
.static String
KeyUsernamePasswordCredentialsImpl.DisplayName
:Username with password
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
CertificateCredentialsImpl_PEMNoCertificate
KeyCertificateCredentialsImpl.PEMNoCertificate
:No Certificates provided
.- Returns:
No Certificates provided
-
_CertificateCredentialsImpl_PEMNoCertificate
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoCertificate()KeyCertificateCredentialsImpl.PEMNoCertificate
:No Certificates provided
.- Returns:
No Certificates provided
-
CertificateCredentialsImpl_PEMKeyInfo
KeyCertificateCredentialsImpl.PEMKeyInfo
:{0} {1} private key
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} {1} private key
-
_CertificateCredentialsImpl_PEMKeyInfo
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMKeyInfo(Object arg0, Object arg1) KeyCertificateCredentialsImpl.PEMKeyInfo
:{0} {1} private key
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} {1} private key
-
CertificateCredentialsImpl_PEMNoKey
KeyCertificateCredentialsImpl.PEMNoKey
:No key was provided
.- Returns:
No key was provided
-
_CertificateCredentialsImpl_PEMNoKey
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoKey()KeyCertificateCredentialsImpl.PEMNoKey
:No key was provided
.- Returns:
No key was provided
-
CertificateCredentialsImpl_ShortPasswordFIPS
KeyCertificateCredentialsImpl.ShortPasswordFIPS
:Password is too short (< 14 characters)
.- Returns:
Password is too short (< 14 characters)
-
_CertificateCredentialsImpl_ShortPasswordFIPS
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_ShortPasswordFIPS()KeyCertificateCredentialsImpl.ShortPasswordFIPS
:Password is too short (< 14 characters)
.- Returns:
Password is too short (< 14 characters)
-
CertificateCredentialsImpl_PEMNoKeys
KeyCertificateCredentialsImpl.PEMNoKeys
:No Keys Provided
.- Returns:
No Keys Provided
-
_CertificateCredentialsImpl_PEMNoKeys
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoKeys()KeyCertificateCredentialsImpl.PEMNoKeys
:No Keys Provided
.- Returns:
No Keys Provided
-
CertificateCredentialsImpl_PEMKeyParseError
KeyCertificateCredentialsImpl.PEMKeyParseError
:Could not parse key: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not parse key: {0}
-
_CertificateCredentialsImpl_PEMKeyParseError
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMKeyParseError(Object arg0) KeyCertificateCredentialsImpl.PEMKeyParseError
:Could not parse key: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not parse key: {0}
-
CertificateCredentialsImpl_PEMNonCertificates
KeyCertificateCredentialsImpl.PEMNonCertificates
:PEM contains non certificate entries
.- Returns:
PEM contains non certificate entries
-
_CertificateCredentialsImpl_PEMNonCertificates
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNonCertificates()KeyCertificateCredentialsImpl.PEMNonCertificates
:PEM contains non certificate entries
.- Returns:
PEM contains non certificate entries
-
CertificateCredentialsImpl_LoadKeystoreFailed
KeyCertificateCredentialsImpl.LoadKeystoreFailed
:Could not load keystore
.- Returns:
Could not load keystore
-
_CertificateCredentialsImpl_LoadKeystoreFailed
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_LoadKeystoreFailed()KeyCertificateCredentialsImpl.LoadKeystoreFailed
:Could not load keystore
.- Returns:
Could not load keystore
-
CertificateCredentialsImpl_DisplayName
KeyCertificateCredentialsImpl.DisplayName
:Certificate
.- Returns:
Certificate
-
_CertificateCredentialsImpl_DisplayName
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_DisplayName()KeyCertificateCredentialsImpl.DisplayName
:Certificate
.- Returns:
Certificate
-
CertificateCredentialsImpl_LoadKeyFailed
KeyCertificateCredentialsImpl.LoadKeyFailed
:Could retrieve key "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could retrieve key "{0}"
-
_CertificateCredentialsImpl_LoadKeyFailed
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_LoadKeyFailed(Object arg0) KeyCertificateCredentialsImpl.LoadKeyFailed
:Could retrieve key "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could retrieve key "{0}"
-
CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName
KeyCertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName
:Upload PKCS#12 certificate and key
.- Returns:
Upload PKCS#12 certificate and key
-
_CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName()KeyCertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName
:Upload PKCS#12 certificate and key
.- Returns:
Upload PKCS#12 certificate and key
-
CertificateCredentialsImpl_PEMMultipleKeys
KeyCertificateCredentialsImpl.PEMMultipleKeys
:More than 1 key provided
.- Returns:
More than 1 key provided
-
_CertificateCredentialsImpl_PEMMultipleKeys
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMMultipleKeys()KeyCertificateCredentialsImpl.PEMMultipleKeys
:More than 1 key provided
.- Returns:
More than 1 key provided
-
CertificateCredentialsImpl_NoCertificateUploaded
KeyCertificateCredentialsImpl.NoCertificateUploaded
:No certificate uploaded
.- Returns:
No certificate uploaded
-
_CertificateCredentialsImpl_NoCertificateUploaded
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_NoCertificateUploaded()KeyCertificateCredentialsImpl.NoCertificateUploaded
:No certificate uploaded
.- Returns:
No certificate uploaded
-
CertificateCredentialsImpl_ShortPassword
KeyCertificateCredentialsImpl.ShortPassword
:Password is short (< 14 characters)
.- Returns:
Password is short (< 14 characters)
-
_CertificateCredentialsImpl_ShortPassword
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_ShortPassword()KeyCertificateCredentialsImpl.ShortPassword
:Password is short (< 14 characters)
.- Returns:
Password is short (< 14 characters)
-
CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName
KeyCertificateCredentialsImpl.PEMEntryKeyStoreSourceDisplayName
:PEM encoded certificate and key
.- Returns:
PEM encoded certificate and key
-
_CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMEntryKeyStoreSourceDisplayName()KeyCertificateCredentialsImpl.PEMEntryKeyStoreSourceDisplayName
:PEM encoded certificate and key
.- Returns:
PEM encoded certificate and key
-
CertificateCredentialsImpl_PEMCertificateParsingError
KeyCertificateCredentialsImpl.PEMCertificateParsingError
:Could not parse certificate chain: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not parse certificate chain: {0}
-
_CertificateCredentialsImpl_PEMCertificateParsingError
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMCertificateParsingError(Object arg0) KeyCertificateCredentialsImpl.PEMCertificateParsingError
:Could not parse certificate chain: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not parse certificate chain: {0}
-
passwordTooShortFIPS
KeypasswordTooShortFIPS
:Password is too short (< 14 characters)
.- Returns:
Password is too short (< 14 characters)
-
_passwordTooShortFIPS
public static org.jvnet.localizer.Localizable _passwordTooShortFIPS()KeypasswordTooShortFIPS
:Password is too short (< 14 characters)
.- Returns:
Password is too short (< 14 characters)
-
CertificateCredentialsImpl_NoPassword
KeyCertificateCredentialsImpl.NoPassword
:Password is empty
.- Returns:
Password is empty
-
_CertificateCredentialsImpl_NoPassword
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_NoPassword()KeyCertificateCredentialsImpl.NoPassword
:Password is empty
.- Returns:
Password is empty
-
CertificateCredentialsImpl_PEMNonKeys
KeyCertificateCredentialsImpl.PEMNonKeys
:PEM contains non key entries
.- Returns:
PEM contains non key entries
-
_CertificateCredentialsImpl_PEMNonKeys
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNonKeys()KeyCertificateCredentialsImpl.PEMNonKeys
:PEM contains non key entries
.- Returns:
PEM contains non key entries
-
CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword
KeyCertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword
:Could retrieve key "{0}". You may need to provide a password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.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) KeyCertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword
:Could retrieve key "{0}". You may need to provide a password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could retrieve key "{0}". You may need to provide a password
-
UsernamePasswordCredentialsImpl_DisplayName
KeyUsernamePasswordCredentialsImpl.DisplayName
:Username with password
.- Returns:
Username with password
-
_UsernamePasswordCredentialsImpl_DisplayName
public static org.jvnet.localizer.Localizable _UsernamePasswordCredentialsImpl_DisplayName()KeyUsernamePasswordCredentialsImpl.DisplayName
:Username with password
.- Returns:
Username with password
-
CertificateCredentialsImpl_EmptyKeystore
KeyCertificateCredentialsImpl.EmptyKeystore
:Empty keystore
.- Returns:
Empty keystore
-
_CertificateCredentialsImpl_EmptyKeystore
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_EmptyKeystore()KeyCertificateCredentialsImpl.EmptyKeystore
:Empty keystore
.- Returns:
Empty keystore
-
CertificateCredentialsImpl_PEMNoCertificates
KeyCertificateCredentialsImpl.PEMNoCertificates
:No certificates where provided
.- Returns:
No certificates where provided
-
_CertificateCredentialsImpl_PEMNoCertificates
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoCertificates()KeyCertificateCredentialsImpl.PEMNoCertificates
:No certificates where provided
.- Returns:
No certificates where provided
-
CertificateCredentialsImpl_PEMNoPassword
KeyCertificateCredentialsImpl.PEMNoPassword
:No password was provided
.- Returns:
No password was provided
-
_CertificateCredentialsImpl_PEMNoPassword
public static org.jvnet.localizer.Localizable _CertificateCredentialsImpl_PEMNoPassword()KeyCertificateCredentialsImpl.PEMNoPassword
:No password was provided
.- Returns:
No password was provided
-