Uses of Class
org.mozilla.jss.util.NativeProxy
Packages that use NativeProxy
Package
Description
SSL sockets.
-
Uses of NativeProxy in org.mozilla.jss.nss
Subclasses of NativeProxy in org.mozilla.jss.nss -
Uses of NativeProxy in org.mozilla.jss.pkcs11
Subclasses of NativeProxy in org.mozilla.jss.pkcs11Modifier and TypeClassDescription(package private) class
(package private) final class
(package private) class
(package private) final class
(package private) class
(package private) class
(package private) class
(package private) class
final class
Methods in org.mozilla.jss.pkcs11 with parameters of type NativeProxyModifier and TypeMethodDescriptionprivate static SymmetricKey
PK11KeyGenerator.generateKBKDF
(PK11Token token, PK11SymKey baseKeyObj, long algorithm, NativeProxy pointer, long pointer_size, long derivedKeyAlgorithm, int strength, int opFlags, boolean temporary, int sensitive) A native method to generate a key using KBKDF.private static SymmetricKey
PK11KeyWrapper.nativeUnwrapSymWithPriv
(PK11Token token, PrivateKey unwrappingKey, byte[] wrappedKey, KeyWrapAlgorithm alg, Algorithm type, int keyLen, NativeProxy params, long params_size, int usageEnum) Unwrap a symmetric with a private.private static byte[]
PK11KeyWrapper.nativeWrapSymWithPub
(PK11Token token, SymmetricKey toBeWrapped, PublicKey wrappingKey, KeyWrapAlgorithm alg, NativeProxy params, long params_size) Wrap a symmetric with a public -
Uses of NativeProxy in org.mozilla.jss.ssl
Subclasses of NativeProxy in org.mozilla.jss.ssl -
Uses of NativeProxy in org.mozilla.jss.util
Subclasses of NativeProxy in org.mozilla.jss.utilModifier and TypeClassDescriptionclass
class
StaticVoidPointer is a Java class that mirror a statically allocated `void *` pointer in C.Fields in org.mozilla.jss.util declared as NativeProxyFields in org.mozilla.jss.util with type parameters of type NativeProxyModifier and TypeFieldDescription(package private) static Set
<NativeProxy> NativeProxy.registry
Native Proxy Registry