blob: 91d7f727e0dc0f94697aa043e6b6325a615a335f [file] [log] [blame]
package com.android.hotspot2.osu;
public enum OSUCertType {
CA,
Client,
AAA,
Remediation,
Policy,
PrivateKey
}