Uses of Class
org.mozilla.jss.crypto.IllegalBlockSizeException
Packages that use IllegalBlockSizeException
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
Creating and interpreting PKCS #12 blobs.
Creating and interpeting PKCS #7 blobs.
Creating and interpeting CMS blobs.
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
-
Uses of IllegalBlockSizeException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw IllegalBlockSizeException -
Uses of IllegalBlockSizeException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw IllegalBlockSizeExceptionModifier and TypeMethodDescriptionbyte[]
PK11Cipher.doFinal()
Deprecated.isPadded() in EncryptionAlgorithm has been deprecatedbyte[]
PK11Cipher.doFinal
(byte[] bytes) Deprecated.isPadded() in EncryptionAlgorithm has been deprecatedbyte[]
PK11Cipher.doFinal
(byte[] bytes, int offset, int length) private static byte[]
PK11Cipher.finalizeContext
(CipherContextProxy context, int blocksize, boolean padded) -
Uses of IllegalBlockSizeException in org.mozilla.jss.pkcs12
Methods in org.mozilla.jss.pkcs12 that throw IllegalBlockSizeExceptionModifier and TypeMethodDescriptionvoid
AuthenticatedSafes.addEncryptedSafeContents
(PBEAlgorithm keyGenAlg, Password password, byte[] salt, int iterationCount, SEQUENCE safeContents) Encrypts a SafeContents and adds it to the AuthenticatedSafes.AuthenticatedSafes.getSafeContentsAt
(Password password, int index) Returns the SafeContents at the given index in the AuthenticatedSafes, decrypting it if necessary. -
Uses of IllegalBlockSizeException in org.mozilla.jss.pkcs7
Methods in org.mozilla.jss.pkcs7 that throw IllegalBlockSizeExceptionModifier and TypeMethodDescriptionbyte[]
EncryptedContentInfo.decrypt
(Password pass, KeyGenerator.CharToByteConverter charToByteConverter) Decrypts the content of an EncryptedContentInfo encrypted with a PBE key. -
Uses of IllegalBlockSizeException in org.mozilla.jss.pkix.cms
Methods in org.mozilla.jss.pkix.cms that throw IllegalBlockSizeExceptionModifier and TypeMethodDescriptionbyte[]
EncryptedContentInfo.decrypt
(Password pass, KeyGenerator.CharToByteConverter charToByteConverter) Decrypts the content of an EncryptedContentInfo encrypted with a PBE key. -
Uses of IllegalBlockSizeException in org.mozilla.jss.pkix.primitive
Methods in org.mozilla.jss.pkix.primitive that throw IllegalBlockSizeExceptionModifier and TypeMethodDescriptionEncryptedPrivateKeyInfo.decrypt
(Password pass, KeyGenerator.CharToByteConverter charToByteConverter) Decrypts an EncryptedPrivateKeyInfo that was encrypted with a PBE algorithm.