Package anbxj

Class Crypto_SignedPair

java.lang.Object
anbxj.Crypto_SignedPair
All Implemented Interfaces:
Serializable

public class Crypto_SignedPair extends Object implements Serializable
Represents a signed pair of objects (SignedObject, Object) used for digital signatures.
See Also:
  • Constructor Details

    • Crypto_SignedPair

      public Crypto_SignedPair(SignedObject signedObject, Object signedContent, String signatureScheme)
      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