Package net.visma.autopay.http.signature
Class PublicKeyInfo
java.lang.Object
net.visma.autopay.http.signature.PublicKeyInfo
Public key properties, needed when verifying signatures
Provided by a user function defined in VerificationSpec
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PublicKeyInfo.Builder
builder()
Returns builder used to constructPublicKeyInfo
objectboolean
Compares the specified object with this PublicKeyInfo for equality.int
hashCode()
Returns hash code for this PublicKeyInfo, which is composed of hash codes of all object fieldstoString()
String representation of this object.
-
Method Details
-
builder
Returns builder used to constructPublicKeyInfo
object- Returns:
- A PublicKeyInfo builder
-
toString
String representation of this object. It does not contain public key data. -
equals
Compares the specified object with this PublicKeyInfo for equality. Returns true if the given object is of the same class as this PublicKeyInfo, and all object fields are equal. -
hashCode
public int hashCode()Returns hash code for this PublicKeyInfo, which is composed of hash codes of all object fields
-