public static class CertificateCredentialsImpl.FileOnMasterKeyStoreSource extends CertificateCredentialsImpl.KeyStoreSource
Modifier and Type | Class and Description |
---|---|
static class |
CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl |
Constructor and Description |
---|
FileOnMasterKeyStoreSource(String keyStoreFile) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getKeyStoreBytes() |
String |
getKeyStoreFile()
Returns the private key file name.
|
long |
getKeyStoreLastModified() |
@DataBoundConstructor public FileOnMasterKeyStoreSource(String keyStoreFile)
@NonNull public byte[] getKeyStoreBytes()
getKeyStoreBytes
in class CertificateCredentialsImpl.KeyStoreSource
public long getKeyStoreLastModified()
getKeyStoreLastModified
in class CertificateCredentialsImpl.KeyStoreSource
public String getKeyStoreFile()
Copyright © 2016. All rights reserved.