Class HadoopShims.KeyMetadata

java.lang.Object
org.apache.orc.impl.HadoopShims.KeyMetadata
Enclosing interface:
HadoopShims

public static class HadoopShims.KeyMetadata extends Object
Information about a crypto key including the key name, version, and the algorithm.
  • Constructor Details

  • Method Details

    • getKeyName

      public String getKeyName()
      Get the name of the key.
    • getAlgorithm

      public EncryptionAlgorithm getAlgorithm()
      Get the encryption algorithm for this key.
      Returns:
      the algorithm
    • getVersion

      public int getVersion()
      Get the version of this key.
      Returns:
      the version
    • toString

      public String toString()
      Overrides:
      toString in class Object