public class Namespace extends Object
Modifier and Type | Method and Description |
---|---|
int |
findIssuer(X509Certificate issuer) |
int |
findIssuer(X509Certificate issuerCert,
int previous) |
String |
getIssuer() |
String |
getName() |
boolean |
getPermit() |
String |
getSubject() |
void |
setCurrent(int index)
Sets the indicate record as the current record.
|
public Namespace(File f) throws IOException
IOException
public String getName()
public int findIssuer(X509Certificate issuer)
public int findIssuer(X509Certificate issuerCert, int previous)
public void setCurrent(int index)
index
- the record numberIllegalArgumentException
- if the record number is too great
or < 0.public String getIssuer()
public String getSubject()
public boolean getPermit()
Copyright © 2014. All rights reserved.