public class KeyInfoBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeyInfoBean.CERT_IDENTIFIER |
Constructor and Description |
---|
KeyInfoBean()
Constructor KeyInfoBean creates a new KeyInfoBean instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Method equals ...
|
KeyInfoBean.CERT_IDENTIFIER |
getCertIdentifer()
Method getCertIdentifer returns the cert identifer of this KeyInfoBean object.
|
X509Certificate |
getCertificate()
Method getCertificate returns the certificate of this KeyInfoBean object.
|
Element |
getElement()
Method getElement returns the DOM Element of this KeyInfoBean object.
|
byte[] |
getEphemeralKey() |
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(X509Certificate cert)
Method setCertificate sets the cert of this KeyInfoBean object.
|
void |
setElement(Element keyInfoElement)
Method setElement sets the DOM Element of this KeyInfoBean object.
|
void |
setEphemeralKey(byte[] ephemeralKey) |
void |
setPublicKey(PublicKey publicKey)
Method setPublicKey sets the publicKey of this KeyInfoBean object.
|
public KeyInfoBean()
public X509Certificate getCertificate()
public void setCertificate(X509Certificate cert)
cert
- the cert of this KeyInfoBean object.public PublicKey getPublicKey()
public void setPublicKey(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 byte[] getEphemeralKey()
public void setEphemeralKey(byte[] ephemeralKey)
public Element getElement()
public void setElement(Element keyInfoElement)
keyInfoElement
- the DOM Element of this KeyInfoBean object.public boolean equals(Object o)
Copyright © 2017 JBoss by Red Hat. All rights reserved.