implements |
SecretKeyStore |
|---|
Class InMemorySecretKeyStore
| Methods | ||
|---|---|---|
public
|
__construct(array<string, string> $secretKeys = [])
|
# |
public
|
getSecretKey(string $keyId): string
|
# |
public
|
storeSecretKey(string $keyId, string $secretKey)
|
# |
public
|
removeSecretKey(string $keyId)
|
# |
public
|
clear()
|
# |