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 CipherContextProxyPK11Cipher.contextProxyprivate CipherContextProxyPK11MessageDigest.digestProxyMethods in org.mozilla.jss.pkcs11 that return CipherContextProxyModifier and TypeMethodDescriptionprivate static CipherContextProxyPK11Cipher.initContext(boolean encrypt, SymmetricKey key, EncryptionAlgorithm alg, byte[] IV, boolean padded) private static CipherContextProxyPK11Cipher.initContextWithKeyBits(boolean encrypt, SymmetricKey key, EncryptionAlgorithm alg, byte[] IV, int keyBits, boolean padded) private static CipherContextProxyPK11MessageDigest.initDigest(DigestAlgorithm alg) private static CipherContextProxyPK11MessageDigest.initHMAC(PK11Token token, DigestAlgorithm alg, PK11SymKey key) Methods in org.mozilla.jss.pkcs11 with parameters of type CipherContextProxyModifier and TypeMethodDescriptionprivate static intPK11MessageDigest.digest(CipherContextProxy proxy, byte[] outbuf, int offset, int len) private static byte[]PK11Cipher.finalizeContext(CipherContextProxy context, int blocksize, boolean padded) private static voidPK11MessageDigest.update(CipherContextProxy proxy, byte[] inbuf, int offset, int len) private static byte[]PK11Cipher.updateContext(CipherContextProxy context, byte[] input, int blocksize)