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?