Package anbxj
Class Crypto_SignedPair
java.lang.Object
anbxj.Crypto_SignedPair
- All Implemented Interfaces:
Serializable
Represents a signed pair of objects (SignedObject, Object) used for digital signatures.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCrypto_SignedPair
(SignedObject signedObject, Object signedContent, String signatureScheme) Constructs a Crypto_SignedPair with the specified SignedObject, object, and signature scheme. -
Method Summary
-
Constructor Details
-
Crypto_SignedPair
Constructs a Crypto_SignedPair with the specified SignedObject, object, and signature scheme.- Parameters:
signedObject
- The SignedObject.signedContent
- The object.signatureScheme
- The signature scheme used for digital signatures.
-
-
Method Details
-
getSignedContent
Gets the signed content in the signed pair.- Returns:
- The signed content.
-
getSignatureScheme
Gets the signature scheme used for digital signatures.- Returns:
- The signature scheme.
-
getSignedObject
Gets the SignedObject in the signed pair.- Returns:
- The SignedObject.
-
hashCode
public int hashCode() -
equals
-
toString
-