Uses of Class
org.mozilla.jss.pkcs11.CipherContextProxy
Packages that use CipherContextProxy
-
Uses of CipherContextProxy in org.mozilla.jss.pkcs11
Fields in org.mozilla.jss.pkcs11 declared as CipherContextProxyModifier and TypeFieldDescriptionprivate CipherContextProxy
PK11Cipher.contextProxy
private CipherContextProxy
PK11MessageDigest.digestProxy
Methods in org.mozilla.jss.pkcs11 that return CipherContextProxyModifier and TypeMethodDescriptionprivate static CipherContextProxy
PK11Cipher.initContext
(boolean encrypt, SymmetricKey key, EncryptionAlgorithm alg, byte[] IV, boolean padded) private static CipherContextProxy
PK11Cipher.initContextWithKeyBits
(boolean encrypt, SymmetricKey key, EncryptionAlgorithm alg, byte[] IV, int keyBits, boolean padded) private static CipherContextProxy
PK11MessageDigest.initDigest
(DigestAlgorithm alg) private static CipherContextProxy
PK11MessageDigest.initHMAC
(PK11Token token, DigestAlgorithm alg, PK11SymKey key) Methods in org.mozilla.jss.pkcs11 with parameters of type CipherContextProxyModifier and TypeMethodDescriptionprivate static int
PK11MessageDigest.digest
(CipherContextProxy proxy, byte[] outbuf, int offset, int len) private static byte[]
PK11Cipher.finalizeContext
(CipherContextProxy context, int blocksize, boolean padded) private static void
PK11MessageDigest.update
(CipherContextProxy proxy, byte[] inbuf, int offset, int len) private static byte[]
PK11Cipher.updateContext
(CipherContextProxy context, byte[] input, int blocksize)