Interface LinkedDataCryptographicSuite
- All Known Implementing Classes:
 Ed255192018Suite
public interface LinkedDataCryptographicSuite
Interface for all implementations of LD-Signature Suites
 
- Author:
 - Stefan Wiedemann
 
- 
Method Summary
Modifier and TypeMethodDescriptionThe proof type defined by the suite.byte[]getSignature(VerifiableCredential verifiableCredential) Return the signature for the given credential as defined by the suite. 
- 
Method Details
- 
getSignature
Return the signature for the given credential as defined by the suite.- Parameters:
 verifiableCredential- the credential to create a signature for- Returns:
 - the signature
 
 - 
getProofType
String getProofType()The proof type defined by the suite.- Returns:
 - the type
 
 
 -