|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.bean.KeyInfoBean
public class KeyInfoBean
Class KeyInfoBean represents a KeyInfo structure that will be embedded in a SAML Subject.
| Nested Class Summary | |
|---|---|
static class |
KeyInfoBean.CERT_IDENTIFIER
|
| Constructor Summary | |
|---|---|
KeyInfoBean()
Constructor KeyInfoBean creates a new KeyInfoBean instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Method equals ... |
KeyInfoBean.CERT_IDENTIFIER |
getCertIdentifer()
Method getCertIdentifer returns the cert identifer of this KeyInfoBean object. |
java.security.cert.X509Certificate |
getCertificate()
Method getCertificate returns the certificate of this KeyInfoBean object. |
org.w3c.dom.Element |
getElement()
Method getElement returns the DOM Element of this KeyInfoBean object. |
java.security.PublicKey |
getPublicKey()
Method getPublicKey returns the public key of this KeyInfoBean object. |
int |
hashCode()
|
void |
setCertIdentifer(KeyInfoBean.CERT_IDENTIFIER certIdentifier)
Method setCertIdentifer sets the cert identifier of this KeyInfoBean object. |
void |
setCertificate(java.security.cert.X509Certificate cert)
Method setCertificate sets the cert of this KeyInfoBean object. |
void |
setElement(org.w3c.dom.Element keyInfoElement)
Method setElement sets the DOM Element of this KeyInfoBean object. |
void |
setPublicKey(java.security.PublicKey publicKey)
Method setPublicKey sets the publicKey of this KeyInfoBean object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyInfoBean()
| Method Detail |
|---|
public java.security.cert.X509Certificate getCertificate()
public void setCertificate(java.security.cert.X509Certificate cert)
cert - the cert of this KeyInfoBean object.public java.security.PublicKey getPublicKey()
public void setPublicKey(java.security.PublicKey publicKey)
publicKey - the publicKey of this KeyInfoBean object.public KeyInfoBean.CERT_IDENTIFIER getCertIdentifer()
public void setCertIdentifer(KeyInfoBean.CERT_IDENTIFIER certIdentifier)
certIdentifier - the certIdentifier of this KeyInfoBean object.public org.w3c.dom.Element getElement()
public void setElement(org.w3c.dom.Element keyInfoElement)
keyInfoElement - the DOM Element of this KeyInfoBean object.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - of type Object
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||