Why doesn't Google Cloud Key Management Service's Java client library support Android?
问题 It is documented as not supporting Android. Why? Is it just because Android's BouncyCastle 's implementation is shrunk down on features and doesn't support things like KeyPairGenerator/ECDSA (Elliptic Curve Digital Signature Algorithm)? (Here's another link on that.) Wouldn't it be enough to just use SpongyCastle instead? Is it just because Google doesn't support SpongyCastle that its KMS Java client doesn't support Android? 回答1: https://github.com/GoogleCloudPlatform/google-cloud-java/issues