Serialized Form
-
Package org.cryptomator.cryptolib.api
-
Exception Class org.cryptomator.cryptolib.api.AuthenticationFailedException
class AuthenticationFailedException extends CryptoException implements Serializable -
Exception Class org.cryptomator.cryptolib.api.CryptoException
class CryptoException extends RuntimeException implements Serializable -
Exception Class org.cryptomator.cryptolib.api.InvalidPassphraseException
class InvalidPassphraseException extends MasterkeyLoadingFailedException implements Serializable -
Class org.cryptomator.cryptolib.api.Masterkey
class Masterkey extends DestroyableSecretKey implements Serializable -
Exception Class org.cryptomator.cryptolib.api.MasterkeyLoadingFailedException
class MasterkeyLoadingFailedException extends CryptoException implements Serializable -
Exception Class org.cryptomator.cryptolib.api.UnsupportedVaultFormatException
class UnsupportedVaultFormatException extends CryptoException implements Serializable
-
-
Package org.cryptomator.cryptolib.common
-
Class org.cryptomator.cryptolib.common.DestroyableSecretKey
class DestroyableSecretKey extends Object implements Serializable-
Serialized Fields
-
algorithm
String algorithm
-
destroyed
boolean destroyed
-
-
-
Exception Class org.cryptomator.cryptolib.common.Pkcs12Exception
class Pkcs12Exception extends CryptoException implements Serializable -
Exception Class org.cryptomator.cryptolib.common.Pkcs12PasswordException
class Pkcs12PasswordException extends Pkcs12Exception implements Serializable -
Class org.cryptomator.cryptolib.common.ReseedingSecureRandom
class ReseedingSecureRandom extends SecureRandom implements Serializable
-