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 DuckTypedPSKKeyManagerDuckTypedPSKKeyManager. getInstance(java.lang.Object obj)Deprecated.Gets an instance ofDuckTypedPSKKeyManagerwhich delegates all invocations of methods of thePSKKeyManagerinterface to the same methods of the provided object.
-