public abstract static class CertificateCredentialsImpl.KeyStoreSource extends hudson.model.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()
Returns
true if and only if the source is self contained. |
@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.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–2017. All rights reserved.