what-the-bank/sources/org/bouncycastle/asn1/ASN1Encodable.java

7 lines
136 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.asn1;
/* loaded from: classes6.dex */
public interface ASN1Encodable {
ASN1Primitive toASN1Primitive();
}