|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMyPublicKey
Represents the public part of an asymmetric cryptographic key pair.
| Field Summary |
|---|
| Fields inherited from interface java.security.PublicKey |
|---|
serialVersionUID |
| Fields inherited from interface anon.util.IXMLEncodable |
|---|
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object a_object)
This method returns if two public keys have the same public key parameters. |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getAsSubjectPublicKeyInfo()
Gets the key as a SubjectPublicKeyInfo object. |
int |
getKeyLength()
Returns the length of the key. |
ISignatureVerificationAlgorithm |
getSignatureAlgorithm()
Gets the signature algorithm object that is held and initialised with this key. |
int |
hashCode()
|
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm, getEncoded, getFormat |
| Methods inherited from interface anon.util.IXMLEncodable |
|---|
toXmlElement |
| Method Detail |
|---|
ISignatureVerificationAlgorithm getSignatureAlgorithm()
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getAsSubjectPublicKeyInfo()
int getKeyLength()
boolean equals(java.lang.Object a_object)
equals in class java.lang.Objecta_object - an other public key
int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||