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 classPkcs12PasswordExceptionLoading from PKCS12 format failed due to wrong password.Methods in org.cryptomator.cryptolib.common that throw Pkcs12Exception Modifier and Type Method Description static P384KeyPairP384KeyPair. load(InputStream in, char[] passphrase)Loads a key pair from the given input streamstatic P384KeyPairP384KeyPair. load(Path p12File, char[] passphrase)Loads a key pair from the given filevoidP384KeyPair. store(OutputStream out, char[] passphrase)Stores this key in PKCS#12 format to the given output streamvoidP384KeyPair. store(Path p12File, char[] passphrase)Stores this key pair in PKCS#12 format at the given path
-