public static class CertificateCredentialsImpl.FileOnMasterKeyStoreSource extends CertificateCredentialsImpl.KeyStoreSource
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl
The base class for all
CertificateCredentialsImpl.KeyStoreSource Descriptor instances. |
| Constructor and Description |
|---|
FileOnMasterKeyStoreSource(String keyStoreFile)
Our constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKeyStoreBytes()
Returns the
byte[] content of the KeyStore. |
String |
getKeyStoreFile()
Returns the private key file name.
|
long |
getKeyStoreLastModified()
Returns a
System.currentTimeMillis() comparable timestamp of when the content was last modified. |
String |
toString() |
isSnapshotSource@DataBoundConstructor public FileOnMasterKeyStoreSource(String keyStoreFile)
keyStoreFile - the path of the file on the master.@NonNull public byte[] getKeyStoreBytes()
byte[] content of the KeyStore.getKeyStoreBytes in class CertificateCredentialsImpl.KeyStoreSourcebyte[] content of the KeyStore.public String getKeyStoreFile()
public long getKeyStoreLastModified()
System.currentTimeMillis() comparable timestamp of when the content was last modified.
Used to track refreshing the CertificateCredentialsImpl.keyStore cache for sources that pull
from an external source.getKeyStoreLastModified in class CertificateCredentialsImpl.KeyStoreSourceSystem.currentTimeMillis() comparable timestamp of when the content was last modified.Copyright © 2016–2017. All rights reserved.