java.lang.Object
io.github.tonywasher.joceanus.gordianknot.api.cipher.GordianPBESpec
Direct Known Subclasses:
GordianPBESpec.GordianPBEArgon2Spec, GordianPBESpec.GordianPBEDigestAndCountSpec, GordianPBESpec.GordianPBESCryptSpec

public abstract class GordianPBESpec extends Object
PBE Specification.
  • Constructor Details

    • GordianPBESpec

      GordianPBESpec(GordianPBEType pPBEType)
      Constructor.
      Parameters:
      pPBEType - the PBEType.
  • Method Details

    • getPBEType

      public GordianPBEType getPBEType()
      Obtain the PBEType.
      Returns:
      the PBEType
    • isValid

      public boolean isValid()
      Is the Spec valid?
      Returns:
      true/false
    • setValid

      void setValid()
      Set as valid.