I'm attempting to use the equivalent of the following class in an Android application, where I'm using Spongy Castle 1.54:
org.bouncycastle.asn1.DERObject
I cannot import org.spongycastle.asn1.DERObject
, nor does the BouncyCastle API reference list DERObject
under the deprecated classes list.
Does Spongy Castle simply not support this class?