mirror of
https://github.com/google/nomulus
synced 2026-04-26 11:10:48 +00:00
Remove the ability to download service account credentials
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=224034254
This commit is contained in:
@@ -151,15 +151,6 @@ public interface Keyring extends AutoCloseable {
|
||||
*/
|
||||
String getJsonCredential();
|
||||
|
||||
/**
|
||||
* Returns the encrypted data for the given key name. Only use this method when decryption is not
|
||||
* required.
|
||||
*/
|
||||
String getEncryptedData(String keyName);
|
||||
|
||||
/** Decrypts the given encrypted data using the key name. */
|
||||
byte[] getDecryptedData(String keyName, String encryptedData);
|
||||
|
||||
// Don't throw so try-with-resources works better.
|
||||
@Override
|
||||
void close();
|
||||
|
||||
Reference in New Issue
Block a user