public static class CertificateCredentialsImpl.UploadedKeyStoreSource extends CertificateCredentialsImpl.KeyStoreSource implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl |
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource.Upload |
Constructor and Description |
---|
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 UploadedKeyStoreSource(String uploadedKeystore)
@NonNull public byte[] getKeyStoreBytes()
getKeyStoreBytes
in class CertificateCredentialsImpl.KeyStoreSource
public long getKeyStoreLastModified()
getKeyStoreLastModified
in class CertificateCredentialsImpl.KeyStoreSource
public String getUploadedKeystore()
public boolean isSnapshotSource()
true
if and only if the source is self contained.isSnapshotSource
in class CertificateCredentialsImpl.KeyStoreSource
true
if and only if the source is self contained.Copyright © 2015. All rights reserved.