JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.logging.log4j.core.util
Interface SecretKeyProvider
public interface
SecretKeyProvider
Factory class to provide a
SecretKey
instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
SecretKey
getSecretKey
()
Returns this SecretKey.
Method Details
getSecretKey
SecretKey
getSecretKey
()
Returns this SecretKey.
Returns:
the SecretKey.