Closed romainbsl closed 3 years ago
Example here.
There is an exception (UnsupportedOperationException) when binding a factory using ByteArray, to instantiate GCMParameterSpec that is waiting for a byte[].
UnsupportedOperationException
ByteArray
GCMParameterSpec
byte[]
There is an exception (
UnsupportedOperationException
) when binding a factory usingByteArray
, to instantiateGCMParameterSpec
that is waiting for abyte[]
.