|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.handler.EncodeBase64
public class EncodeBase64
Constructor Summary | |
---|---|
EncodeBase64(java.lang.String fileIn)
Creates a new instance of EncodeBase64 |
Method Summary | |
---|---|
java.lang.String |
getBase64()
this method returns the Base64 string of the certificate. |
java.lang.String |
getSubjectDN()
this method returns the subject DN of the certificate. |
int |
getType()
this method returns the type of the certificate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodeBase64(java.lang.String fileIn) throws java.lang.Exception
fileIn
- which is a local file path.
This file is an X509 attribute certificate or public key certificate
java.lang.Exception
Method Detail |
---|
public java.lang.String getBase64()
public java.lang.String getSubjectDN()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |