package
2.0.0-beta-001+incompatible
Repository: https://github.com/cloudfoundry/stratos.git
Documentation: pkg.go.dev

# Functions

Decrypt - Decrypt a token based on an encryption key The approach used here is based on the following direction on how to AES encrypt/decrypt our secret information, in this case tokens (normal, refresh and OAuth tokens).
DecryptToken - Decrypt a token.
Encrypt - Encrypt a token based on an encryption key The approach used here is based on the following direction on how to AES encrypt/decrypt our secret information, in this case tokens (normal, refresh and OAuth tokens).
EncryptToken - Encrypt a token being.
ReadEncryptionKey - Read the encryption key from the shared volume.