Class PasswordProtectedKeyStoreIdentitySource
java.lang.Object
com.netflix.spinnaker.kork.crypto.PasswordProtectedKeyStoreIdentitySource
- All Implemented Interfaces:
X509IdentitySource
Identity source using a keystore file and password provider functions for the keystore and
identity private key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the time that the key or certificate source was last modified.load()Loads anX509Identityfrom this underlying source.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netflix.spinnaker.kork.crypto.X509IdentitySource
getExpiresAt, getLastLoaded, refreshable
-
Constructor Details
-
PasswordProtectedKeyStoreIdentitySource
public PasswordProtectedKeyStoreIdentitySource()
-
-
Method Details
-
getLastModified
Description copied from interface:X509IdentitySourceReturns the time that the key or certificate source was last modified.- Specified by:
getLastModifiedin interfaceX509IdentitySource
-
load
Description copied from interface:X509IdentitySourceLoads anX509Identityfrom this underlying source. Any thrownGeneralSecurityExceptioninstances should be rethrown in aNestedSecurityIOException.- Specified by:
loadin interfaceX509IdentitySource- Throws:
IOException
-