Uses of Class
org.apache.orc.InMemoryKeystore

Packages that use InMemoryKeystore
Package
Description
 
  • Uses of InMemoryKeystore in org.apache.orc

    Methods in org.apache.orc that return InMemoryKeystore
    Modifier and Type
    Method
    Description
    InMemoryKeystore.addKey(String keyName, int version, EncryptionAlgorithm algorithm, byte[] masterKey)
    Function that takes care of adding a new key.
    A new key can be added only if: This is a new key and no prior key version exist. If the key exists (has versions), then the new version to be added should be greater than the version that already exists.
    InMemoryKeystore.addKey(String keyName, EncryptionAlgorithm algorithm, byte[] masterKey)
    Function that takes care of adding a new key.
    A new key can be added only if: This is a new key and no prior key version exist. If the key exists (has versions), then the new version to be added should be greater than the version that already exists.