what-the-bank/sources/org/jmrtd/lds/LDSElement.java

9 lines
164 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.jmrtd.lds;
import java.io.Serializable;
/* loaded from: classes6.dex */
public interface LDSElement extends Serializable {
byte[] getEncoded();
}