public static class CertificateCredentialsImpl.UploadedKeyStoreSource extends CertificateCredentialsImpl.KeyStoreSource
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl |
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource.Upload |
| Constructor and Description |
|---|
CertificateCredentialsImpl.UploadedKeyStoreSource(String uploadedKeystore) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKeyStoreBytes() |
long |
getKeyStoreLastModified() |
String |
getUploadedKeystore()
Returns the private key file name.
|
boolean |
isSnapshotSource()
Returns
true if and only if the source is self contained. |
@DataBoundConstructor public CertificateCredentialsImpl.UploadedKeyStoreSource(String uploadedKeystore)
@NonNull public byte[] getKeyStoreBytes()
getKeyStoreBytes in class CertificateCredentialsImpl.KeyStoreSourcepublic long getKeyStoreLastModified()
getKeyStoreLastModified in class CertificateCredentialsImpl.KeyStoreSourcepublic String getUploadedKeystore()
public boolean isSnapshotSource()
true if and only if the source is self contained.isSnapshotSource in class CertificateCredentialsImpl.KeyStoreSourcetrue if and only if the source is self contained.Copyright © 2004-2014. All Rights Reserved.