Uses of Class
org.cryptomator.cryptolib.common.Pkcs12Exception
-
Packages that use Pkcs12Exception Package Description org.cryptomator.cryptolib.common -
-
Uses of Pkcs12Exception in org.cryptomator.cryptolib.common
Subclasses of Pkcs12Exception in org.cryptomator.cryptolib.common Modifier and Type Class Description class
Pkcs12PasswordException
Loading from PKCS12 format failed due to wrong password.Methods in org.cryptomator.cryptolib.common that throw Pkcs12Exception Modifier and Type Method Description static P384KeyPair
P384KeyPair. load(InputStream in, char[] passphrase)
Loads a key pair from the given input streamstatic P384KeyPair
P384KeyPair. load(Path p12File, char[] passphrase)
Loads a key pair from the given filevoid
P384KeyPair. store(OutputStream out, char[] passphrase)
Stores this key in PKCS#12 format to the given output streamvoid
P384KeyPair. store(Path p12File, char[] passphrase)
Stores this key pair in PKCS#12 format at the given path
-