22 lines
536 B
Java
22 lines
536 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class glO implements InterfaceC15243glE {
|
||
|
private final byte c;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public glO(byte b) {
|
||
|
this.c = b;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15243glE
|
||
|
public final boolean a() {
|
||
|
throw new IllegalStateException("Authorization Role object does not know its type/OID yet. This is a bug.");
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15243glE
|
||
|
public final byte c() {
|
||
|
return this.c;
|
||
|
}
|
||
|
}
|