Class GordianPBESpec
java.lang.Object
io.github.tonywasher.joceanus.gordianknot.api.cipher.GordianPBESpec
- Direct Known Subclasses:
GordianPBESpec.GordianPBEArgon2Spec,GordianPBESpec.GordianPBEDigestAndCountSpec,GordianPBESpec.GordianPBESCryptSpec
PBE Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classArgon2Spec.static classDigestAndCountSpec.static classSCryptSpec. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GordianPBESpec
GordianPBESpec(GordianPBEType pPBEType) Constructor.- Parameters:
pPBEType- the PBEType.
-
-
Method Details
-
getPBEType
Obtain the PBEType.- Returns:
- the PBEType
-
isValid
public boolean isValid()Is the Spec valid?- Returns:
- true/false
-
setValid
void setValid()Set as valid.
-