public interface IMyPublicKey extends java.security.PublicKey, IXMLEncodable
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object a_object)
This method returns if two public keys have the same public key parameters.
|
mybouncycastle.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() |
toXmlElementISignatureVerificationAlgorithm getSignatureAlgorithm()
mybouncycastle.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 keyint hashCode()
hashCode in class java.lang.ObjectObject.hashCode()Copyright © 2023. All rights reserved.