Class VaultPrivateKey

java.lang.Object
org.honton.chas.jca.vault.provider.VaultKey
org.honton.chas.jca.vault.provider.VaultPrivateKey
All Implemented Interfaces:
Serializable, Key, PrivateKey, Destroyable
Direct Known Subclasses:
VaultEcdsaPrivateKey, VaultRsaPrivateKey

public abstract class VaultPrivateKey extends VaultKey implements PrivateKey
See Also:
  • Constructor Details

    • VaultPrivateKey

      protected VaultPrivateKey(String name, int version)
  • Method Details

    • noExport

      protected static <T> T noExport()
    • getEncoded

      public byte[] getEncoded()
      Specified by:
      getEncoded in interface Key