Interface GordianDigestSubSpec
- All Known Implementing Classes:
GordianDigestSubSpec.GordianDigestState
public interface GordianDigestSubSpec
Digest SubSpec.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumState subSpecification. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic GordianDigestSubSpecgetDefaultSubSpecForTypeAndLength(GordianDigestType pType, GordianLength pLength) Obtain the subSpec for the type and length.static GordianDigestSubSpec[]Obtain the possible subSpecTypes for the digestType.
-
Method Details
-
getPossibleSubSpecsForType
Obtain the possible subSpecTypes for the digestType.- Parameters:
pType- the digestType- Returns:
- the subSpec types
-
getDefaultSubSpecForTypeAndLength
static GordianDigestSubSpec getDefaultSubSpecForTypeAndLength(GordianDigestType pType, GordianLength pLength) Obtain the subSpec for the type and length.- Parameters:
pType- the digestTypepLength- the length- Returns:
- the subSpec
-