public abstract static class CertificateCredentialsImpl.KeyStoreSource extends AbstractDescribableImpl<CertificateCredentialsImpl.KeyStoreSource>
KeyStore
.Constructor and Description |
---|
KeyStoreSource() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
getKeyStoreBytes()
Returns the
byte[] content of the KeyStore . |
abstract long |
getKeyStoreLastModified()
Returns a
System.currentTimeMillis() comparable timestamp of when the content was last modified. |
boolean |
isSnapshotSource()
Deprecated.
No longer need to distinguish snapshot sources.
|
getDescriptor
@NonNull public abstract byte[] getKeyStoreBytes()
byte[]
content of the KeyStore
.byte[]
content of the KeyStore
.public abstract 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.System.currentTimeMillis()
comparable timestamp of when the content was last modified.@Deprecated public boolean isSnapshotSource()
true
if and only if the source is self contained.true
if and only if the source is self contained.Copyright © 2016–2021. All rights reserved.