public class DeveloperProfile
extends com.cloudbees.plugins.credentials.BaseCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
DeveloperProfile.DescriptorImpl |
| Constructor and Description |
|---|
DeveloperProfile(String id,
String description,
hudson.util.Secret password,
org.apache.commons.fileupload.FileItem image) |
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
getCertificates()
Obtains the certificates in this developer profile.
|
String |
getDescription() |
String |
getDisplayNameOf(X509Certificate p) |
String |
getId() |
byte[] |
getImage()
Retrieves the PKCS12 byte image.
|
hudson.util.Secret |
getPassword() |
@DataBoundConstructor public DeveloperProfile(String id, String description, hudson.util.Secret password, org.apache.commons.fileupload.FileItem image) throws IOException
IOExceptionpublic String getId()
public String getDescription()
public hudson.util.Secret getPassword()
public byte[] getImage()
throws IOException
IOException@Nonnull public List<X509Certificate> getCertificates() throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic String getDisplayNameOf(X509Certificate p)
Copyright © 2004-2013. All Rights Reserved.