public abstract static class CertificateCredentialsImpl.KeyStoreSourceDescriptor extends hudson.model.Descriptor<CertificateCredentialsImpl.KeyStoreSource>
CertificateCredentialsImpl.KeyStoreSource Descriptor instances.| Modifier | Constructor and Description |
|---|---|
protected |
KeyStoreSourceDescriptor() |
protected |
KeyStoreSourceDescriptor(Class<? extends CertificateCredentialsImpl.KeyStoreSource> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected static hudson.util.FormValidation |
validateCertificateKeystore(String type,
byte[] keystoreBytes,
String password)
Helper method that performs form validation on a
KeyStore. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMapprotected KeyStoreSourceDescriptor()
protected KeyStoreSourceDescriptor(Class<? extends CertificateCredentialsImpl.KeyStoreSource> clazz)
@NonNull protected static hudson.util.FormValidation validateCertificateKeystore(String type, byte[] keystoreBytes, String password)
KeyStore.type - the type of keystore to instantiate, see KeyStore.getInstance(String).keystoreBytes - the byte[] content of the KeyStore.password - the password to use when loading the KeyStore and recovering the key from the
KeyStore.Copyright © 2016–2017. All rights reserved.