Class GordianSignatureSpec
java.lang.Object
io.github.tonywasher.joceanus.gordianknot.api.sign.GordianSignatureSpec
Signature Specification.
-
Constructor Summary
ConstructorsConstructorDescriptionGordianSignatureSpec(GordianKeyPairType pKeyPairType, GordianSignatureType pSignatureType) Constructor.GordianSignatureSpec(GordianKeyPairType pKeyPairType, GordianSignatureType pSignatureType, Object pSignatureSpec) Constructor.GordianSignatureSpec(GordianKeyPairType pKeyPairType, Object pSignatureSpec) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanObtain the DigestSpec.Obtain the keyPairType.Obtain the signatureSpec.Obtain the SignatureType.inthashCode()booleanisValid()Is the signatureSpec valid?Obtain the composite signatureSpec iterator.booleanDoes this signatureSpec support context?toString()
-
Constructor Details
-
GordianSignatureSpec
Constructor.- Parameters:
pKeyPairType- the keyPairTypepSignatureSpec- the signatureSpec
-
GordianSignatureSpec
Constructor.- Parameters:
pKeyPairType- the keyPairTypepSignatureType- the signatureType
-
GordianSignatureSpec
public GordianSignatureSpec(GordianKeyPairType pKeyPairType, GordianSignatureType pSignatureType, Object pSignatureSpec) Constructor.- Parameters:
pKeyPairType- the keyPairTypepSignatureType- the signatureTypepSignatureSpec- the signatureSpec
-
-
Method Details
-
getKeyPairType
Obtain the keyPairType.- Returns:
- the keyPairType.
-
getSignatureType
Obtain the SignatureType.- Returns:
- the signatureType.
-
getSignatureSpec
Obtain the signatureSpec.- Returns:
- the signatureSpec.
-
getDigestSpec
Obtain the DigestSpec.- Returns:
- the digestSpec.
-
signatureSpecIterator
Obtain the composite signatureSpec iterator.- Returns:
- the signatureeSpec iterator.
-
isValid
public boolean isValid()Is the signatureSpec valid?- Returns:
- true/false.
-
supportsContext
public boolean supportsContext()Does this signatureSpec support context?- Returns:
- true/false
-
toString
-
equals
-
hashCode
public int hashCode()
-