| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateCredentialsImpl.FileOnMasterKeyStoreSource
Let the user reference a file on the disk.
|
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource
Let the user reference a file on the disk.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateCredentialsImpl.KeyStoreSource |
CertificateCredentialsImpl.getKeyStoreSource()
Returns the source of the
CertificateCredentialsImpl.getKeyStore(). |
| Constructor and Description |
|---|
CertificateCredentialsImpl(CredentialsScope scope,
String id,
String description,
String password,
CertificateCredentialsImpl.KeyStoreSource keyStoreSource)
Our constructor.
|
| Constructor and Description |
|---|
KeyStoreSourceDescriptor(Class<? extends CertificateCredentialsImpl.KeyStoreSource> clazz) |
Copyright © 2016–2018. All rights reserved.