VertexCacheSdk.Comm.KeyParserHelper (vertexcache_sdk v1.0.0)

View Source

Summary

Functions

Parses a PEM-encoded RSA public key and returns a DER binary.

Decodes a Base64-encoded symmetric key into raw bytes.

Functions

config_public_key_if_enabled(pem)

Parses a PEM-encoded RSA public key and returns a DER binary.

Raises VertexCacheSdkException on failure.

config_shared_key_if_enabled(base64)

Decodes a Base64-encoded symmetric key into raw bytes.

Raises VertexCacheSdkException on failure.