public class DeveloperProfile
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
DeveloperProfile.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Constructor and Description |
|---|
DeveloperProfile(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
hudson.util.Secret password,
org.apache.commons.fileupload.FileItem image) |
DeveloperProfile(String id,
String description,
hudson.util.Secret password,
org.apache.commons.fileupload.FileItem image)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
getCertificates()
Obtains the certificates in this developer profile.
|
String |
getDisplayNameOf(X509Certificate p) |
byte[] |
getImage()
Retrieves the PKCS12 byte image.
|
hudson.util.Secret |
getPassword() |
equals, getDescription, getId, hashCodegetDescriptor, getScope@DataBoundConstructor public DeveloperProfile(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, hudson.util.Secret password, org.apache.commons.fileupload.FileItem image) throws IOException
IOException@Deprecated public DeveloperProfile(String id, String description, hudson.util.Secret password, org.apache.commons.fileupload.FileItem image) throws IOException
IOExceptionpublic hudson.util.Secret getPassword()
public byte[] getImage()
throws IOException
IOException@Nonnull public List<X509Certificate> getCertificates() throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic String getDisplayNameOf(X509Certificate p)
Copyright © 2016–2017. All rights reserved.