• Kenny Root's avatar
    OpenSSLKey: unsupported algorithm is an InvalidKeyException · ed396e93
    Kenny Root authored
    When an invalid key is passed in we may throw NoSuchAlgorithmException
    if it's a key we don't support, but we should convert this to the
    correct exception for this API.
    
    Bug: 21209493
    Change-Id: I55123035295203f2676538ac89ba4eb91141b273
    ed396e93
OpenSSLKey.java 11.3 KB