Uses of Class
org.cryptomator.cryptolib.common.P384KeyPair
-
Packages that use P384KeyPair Package Description org.cryptomator.cryptolib.common -
-
Uses of P384KeyPair in org.cryptomator.cryptolib.common
Methods in org.cryptomator.cryptolib.common that return P384KeyPair Modifier and Type Method Description static P384KeyPairP384KeyPair. create(X509EncodedKeySpec publicKeySpec, PKCS8EncodedKeySpec privateKeySpec)Creates a key pair from the given key specs.static P384KeyPairP384KeyPair. generate()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 file
-