Uses of Class
org.conscrypt.DuckTypedPSKKeyManager
-
Packages that use DuckTypedPSKKeyManager Package Description org.conscrypt -
-
Uses of DuckTypedPSKKeyManager in org.conscrypt
Methods in org.conscrypt that return DuckTypedPSKKeyManager Modifier and Type Method Description (package private) static DuckTypedPSKKeyManager
DuckTypedPSKKeyManager. getInstance(java.lang.Object obj)
Deprecated.Gets an instance ofDuckTypedPSKKeyManager
which delegates all invocations of methods of thePSKKeyManager
interface to the same methods of the provided object.
-