|
|||||||||||
| 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.XMLX509SKI
Handles SubjectKeyIdentifier (SKI) for X.509v3.
| Field Summary | |
static java.lang.String |
SKI_OID
SubjectKeyIdentifier (id-ce-subjectKeyIdentifier) (2.5.29.14):
This extension identifies the public key being certified. |
| Fields inherited from class org.apache.xml.security.utils.ElementProxy |
_baseURI, _constructionElement, _doc, _state, MODE_CREATE, MODE_DECRYPT, MODE_ENCRYPT, MODE_PROCESS, MODE_SIGN, MODE_UNKNOWN, MODE_VERIFY |
| Constructor Summary | |
XMLX509SKI(org.w3c.dom.Document doc,
byte[] skiBytes)
Constructor X509SKI |
|
XMLX509SKI(org.w3c.dom.Document doc,
java.security.cert.X509Certificate x509certificate)
Constructor XMLX509SKI |
|
XMLX509SKI(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructor XMLX509SKI |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Method equals |
java.lang.String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
byte[] |
getSKIBytes()
Method getSKIBytes |
static byte[] |
getSKIBytesFromCert(java.security.cert.X509Certificate cert)
Method getSKIBytesFromCert |
| 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, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getChildElementLocalName, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, guaranteeThatElementInCorrectSpace, length, setDefaultPrefix, setElement, setXPathNamespaceContext |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SKI_OID
SubjectKeyIdentifier (id-ce-subjectKeyIdentifier) (2.5.29.14):
This extension identifies the public key being certified. It enables
distinct keys used by the same subject to be differentiated
(e.g., as key updating occurs).
| Constructor Detail |
public XMLX509SKI(org.w3c.dom.Document doc,
byte[] skiBytes)
doc - skiBytes -
public XMLX509SKI(org.w3c.dom.Document doc,
java.security.cert.X509Certificate x509certificate)
throws XMLSecurityException
doc - x509certificate -
XMLSecurityException
public XMLX509SKI(org.w3c.dom.Element element,
java.lang.String BaseURI)
throws XMLSecurityException
element - BaseURI -
XMLSecurityException| Method Detail |
public byte[] getSKIBytes()
throws XMLSecurityException
XMLSecurityException
public static byte[] getSKIBytesFromCert(java.security.cert.X509Certificate cert)
throws XMLSecurityException
cert -
XMLSecurityExceptionX509Extension.getExtensionValue(java.lang.String)public boolean equals(java.lang.Object obj)
obj - public java.lang.String getBaseLocalName()
ElementProxy
getBaseLocalName in class ElementProxy
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||