Class SymmetricKeys.Keys

    • Constructor Detail

      • Keys

        public Keys​(byte[] signatureKey,
                    byte[] encryptionKey,
                    byte[] initializationVector)
    • Method Detail

      • getSignatureKey

        public byte[] getSignatureKey()
      • getEncryptionKey

        public byte[] getEncryptionKey()
      • getInitializationVector

        public byte[] getInitializationVector()