Class JksKey

java.lang.Object
com.bld.crypto.key.JksKey

public final class JksKey extends Object
The Class CipherJks.
  • Constructor Details

    • JksKey

      public JksKey(PrivateKey privateKey, PublicKey publicKey)
      Instantiates a new cipher jks.
      Parameters:
      privateKey - the private key
      publicKey - the public key
    • JksKey

      public JksKey(String privateKey, String publicKey)
  • Method Details

    • getPrivateKey

      public PrivateKey getPrivateKey()
      Gets the private key.
      Returns:
      the private key
    • getPublicKey

      public PublicKey getPublicKey()
      Gets the public key.
      Returns:
      the public key
    • publicKey

      public String publicKey()