CertificateCredentialsImpl.UploadedKeyStoreSource@Deprecated public static class CertificateCredentialsImpl.FileOnMasterKeyStoreSource extends CertificateCredentialsImpl.KeyStoreSource
| Constructor and Description |
|---|
FileOnMasterKeyStoreSource(String keyStoreFile)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKeyStoreBytes()
Deprecated.
Returns the
byte[] content of the KeyStore. |
long |
getKeyStoreLastModified()
Deprecated.
Returns a
System.currentTimeMillis() comparable timestamp of when the content was last modified. |
String |
toString()
Deprecated.
|
isSnapshotSourcegetDescriptorpublic FileOnMasterKeyStoreSource(String keyStoreFile)
@NonNull public byte[] getKeyStoreBytes()
byte[] content of the KeyStore.getKeyStoreBytes in class CertificateCredentialsImpl.KeyStoreSourcebyte[] content of the KeyStore.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–2021. All rights reserved.