mirror of
https://github.com/google/nomulus
synced 2026-02-07 05:21:15 +00:00
Delete all Braintree code
We never launched this, don't planning on launching it now anyway, and it's rotted over the past two years anyway. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202993577
This commit is contained in:
@@ -57,9 +57,6 @@ final class GetKeyringSecretCommand implements RemoteApiCommand {
|
||||
Security.addProvider(new BouncyCastleProvider());
|
||||
|
||||
switch (keyringKeyName) {
|
||||
case BRAINTREE_PRIVATE_KEY:
|
||||
out.write(KeySerializer.serializeString(keyring.getBraintreePrivateKey()));
|
||||
break;
|
||||
case BRDA_RECEIVER_PUBLIC_KEY:
|
||||
out.write(KeySerializer.serializePublicKey(keyring.getBrdaReceiverKey()));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user