Interface DerivedKeyToken

    • Method Detail

      • getAlgorithm

        String getAlgorithm()
        Gets the value of the algorithm property.
        Returns:
        possible object is String
      • getGeneration

        BigInteger getGeneration()
        Gets the value of the generation property.
        Returns:
        possible object is BigInteger
      • getId

        String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • getLabel

        String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • getLength

        BigInteger getLength()
        Gets the value of the length property.
        Returns:
        possible object is BigInteger
      • getNonce

        byte[] getNonce()
        Gets the value of the nonce property.
        Returns:
        possible object is byte[]
      • getOffset

        BigInteger getOffset()
        Gets the value of the offset property.
        Returns:
        possible object is BigInteger
      • setAlgorithm

        void setAlgorithm​(String value)
        Sets the value of the algorithm property.
        Parameters:
        value - allowed object is String
      • setGeneration

        void setGeneration​(BigInteger value)
        Sets the value of the generation property.
        Parameters:
        value - allowed object is BigInteger
      • setId

        void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • setLabel

        void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • setLength

        void setLength​(BigInteger value)
        Sets the value of the length property.
        Parameters:
        value - allowed object is BigInteger
      • setNonce

        void setNonce​(byte[] value)
        Sets the value of the nonce property.
        Parameters:
        value - allowed object is byte[]
      • setOffset

        void setOffset​(BigInteger value)
        Sets the value of the offset property.
        Parameters:
        value - allowed object is BigInteger