1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Exceptions
==========
All exceptions related to keystore loading or parsing derive from a common superclass type :class:`~jks.util.KeystoreException`.
Exception types
---------------
.. automodule:: jks.util
:show-inheritance:
:members: KeystoreException, KeystoreSignatureException, DuplicateAliasException, NotYetDecryptedException,
BadKeystoreFormatException, BadDataLengthException, BadPaddingException, BadHashCheckException,
DecryptionFailureException, UnsupportedKeystoreVersionException, UnexpectedJavaTypeException,
UnexpectedAlgorithmException, UnexpectedKeyEncodingException, UnsupportedKeystoreTypeException,
UnsupportedKeystoreEntryTypeException, UnsupportedKeyFormatException
|