public class SubjectKeyProfileBundle extends Object
| Constructor and Description |
|---|
SubjectKeyProfileBundle(int certId,
long subjectFp,
long keyFp,
String profile,
boolean revoked) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCertId() |
long |
getKeyFp() |
String |
getProfile() |
long |
getSubjectFp() |
boolean |
isRevoked() |
public SubjectKeyProfileBundle(int certId,
long subjectFp,
long keyFp,
String profile,
boolean revoked)
public int getCertId()
public long getSubjectFp()
public long getKeyFp()
public String getProfile()
public boolean isRevoked()
Copyright © 2018. All rights reserved.