Uses of Interface
de.mhus.lib.core.crypt.pem.PemBlock
-
Packages that use PemBlock Package Description de.mhus.lib.core.crypt de.mhus.lib.core.crypt.pem de.mhus.lib.core.vault -
-
Uses of PemBlock in de.mhus.lib.core.crypt
Methods in de.mhus.lib.core.crypt that return PemBlock Modifier and Type Method Description static PemBlockMBouncy. getPrivatePem(KeyPair pair)static PemBlockMBouncy. getPrivatePem(PrivateKey key)static PemBlockMBouncy. getPublicPem(KeyPair pair)static PemBlockMBouncy. getPublicPem(PublicKey key) -
Uses of PemBlock in de.mhus.lib.core.crypt.pem
Subinterfaces of PemBlock in de.mhus.lib.core.crypt.pem Modifier and Type Interface Description interfacePemPrivinterfacePemPubClasses in de.mhus.lib.core.crypt.pem that implement PemBlock Modifier and Type Class Description classPemBlockModelclassPemKeyMethods in de.mhus.lib.core.crypt.pem that return PemBlock Modifier and Type Method Description PemBlockPemBlockList. find(String name)PemBlockPemBlockList. find(String name, String filter)static PemBlockPemUtil. parse(String entry)Methods in de.mhus.lib.core.crypt.pem with parameters of type PemBlock Modifier and Type Method Description static byte[]PemUtil. decrypt(PemBlock block, SecureString passphrase)static booleanPemUtil. isCipher(PemBlock block)static booleanPemUtil. isContent(PemBlock block)static booleanPemUtil. isHash(PemBlock block)static booleanPemUtil. isPrivKey(PemBlock block)static booleanPemUtil. isPubKey(PemBlock block)static booleanPemUtil. isSign(PemBlock block)static StringPemUtil. toLine(PemBlock key)static PrivateKeyPemUtil. toPrivateKey(PemBlock pem, SecureString passphrase)static PublicKeyPemUtil. toPublicKey(PemBlock pem)Constructors in de.mhus.lib.core.crypt.pem with parameters of type PemBlock Constructor Description PemBlockModel(PemBlock clone)PemKey(PemBlock clone)SecurityPrivateKey(PemBlock pem, SecureString passphrase)SecurityPublicKey(PemBlock pem) -
Uses of PemBlock in de.mhus.lib.core.vault
Constructors in de.mhus.lib.core.vault with parameters of type PemBlock Constructor Description PemEntry(PemBlock block)
-