Class SecureVariantKey

    • Field Detail

      • variant

        protected java.lang.Byte variant
        Indicates key protection variant metchod appiled to this key by a security module.
    • Method Detail

      • setVariant

        public void setVariant​(byte variant)
        Sets key protection variant metchod appiled to this key by the security module.
        Parameters:
        variant - key variant method used to protect this key.
      • getVariant

        public abstract byte getVariant()
        Gets the key variant method used to protect this key.
        Returns:
        key variant method used to protect this key.