()
| 787 | */ |
| 788 | // TODO (louiscryan): Migrate to ByteString |
| 789 | @VisibleForTesting |
| 790 | byte[] asciiName() { |
| 791 | return nameBytes; |
| 792 | } |
| 793 | |
| 794 | /** |
| 795 | * Returns true if the two objects are both Keys, and their names match (case insensitive). |
no outgoing calls