|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.x509.XMLX509Certificate
public class XMLX509Certificate
| Field Summary | |
|---|---|
static String |
JCA_CERT_ID
Field JCA_CERT_ID |
| Fields inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
baseURI, constructionElement, doc, log |
| Constructor Summary | |
|---|---|
XMLX509Certificate(Document doc,
byte[] certificateBytes)
Constructor X509Certificate |
|
XMLX509Certificate(Document doc,
X509Certificate x509certificate)
Constructor XMLX509Certificate |
|
XMLX509Certificate(Element element,
String BaseURI)
Constructor X509Certificate |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
byte[] |
getCertificateBytes()
Method getCertificateBytes |
PublicKey |
getPublicKey()
Method getPublicKey |
X509Certificate |
getX509Certificate()
Method getX509Certificate |
int |
hashCode()
|
| Methods inherited from class org.apache.xml.security.utils.SignatureElementProxy |
|---|
getBaseNamespace |
| Methods inherited from class org.apache.xml.security.utils.ElementProxy |
|---|
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JCA_CERT_ID
| Constructor Detail |
|---|
public XMLX509Certificate(Element element,
String BaseURI)
throws XMLSecurityException
element - BaseURI -
XMLSecurityException
public XMLX509Certificate(Document doc,
byte[] certificateBytes)
doc - certificateBytes -
public XMLX509Certificate(Document doc,
X509Certificate x509certificate)
throws XMLSecurityException
doc - x509certificate -
XMLSecurityException| Method Detail |
|---|
public byte[] getCertificateBytes()
throws XMLSecurityException
XMLSecurityException
public X509Certificate getX509Certificate()
throws XMLSecurityException
XMLSecurityException
public PublicKey getPublicKey()
throws XMLSecurityException
XMLSecurityExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getBaseLocalName()
ElementProxy
getBaseLocalName in class ElementProxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||