|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glite.security.util.CertUtil
public class CertUtil
Reads a DER-encode, Base64-encoded, or PEM-encoded certificate from disk without using broken IAIK implementations...
| Constructor Summary | |
|---|---|
CertUtil()
|
|
| Method Summary | |
|---|---|
static int |
findClientCert(java.security.cert.X509Certificate[] chain)
Finds out the index of the client cert in a certificate chain. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertUtil()
| Method Detail |
|---|
public static int findClientCert(java.security.cert.X509Certificate[] chain)
chain - the cert chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||