Class KeyCreationRequestDecoder.PINPolicy

java.lang.Object
org.webpki.keygen2.KeyCreationRequestDecoder.PINPolicy
Enclosing class:
KeyCreationRequestDecoder

public class KeyCreationRequestDecoder.PINPolicy extends Object
  • Method Details

    • getPatternRestrictions

      public Set<PatternRestriction> getPatternRestrictions()
    • getMinLength

      public short getMinLength()
    • getMaxLength

      public short getMaxLength()
    • getRetryLimit

      public short getRetryLimit()
    • getFormat

      public PassphraseFormat getFormat()
    • getGrouping

      public Grouping getGrouping()
    • getUserDefinedFlag

      public boolean getUserDefinedFlag()
    • getUserModifiableFlag

      public boolean getUserModifiableFlag()
    • getInputMethod

      public InputMethod getInputMethod()
    • getID

      public String getID()
    • getMac

      public byte[] getMac()
    • setUserData

      public void setUserData(Object userData)
    • getUserData

      public Object getUserData()
    • getPUKPolicy

      public KeyCreationRequestDecoder.PUKPolicy getPUKPolicy()