SstOctJwk
This is the Secret Key Json Web Keys (JWK)
  • Accessors to key value
  • Conversion to secret key format
Class Methods
None
Instance Methods
asPublicKey
  TODO: is this method conceptually appropriate? Should we instead change the sender?
asSecretKey
  Answers the secret key representation, which is a ByteArray
     
     Answers:
        <ByteArray>
isPrivateKey
  Answers true if this JWK contains private parameters, false otherwise
     
     Answers:
        <Boolean>
keyValue
  Answers the value of this octet sequence key
        
     Answers:
        <String>
keyValue:
  Sets the value of this octet sequence key
        
     Arguments:
        aValue - <String>
secretKey:
  Sets the keyValue from the secret key representation
     
     Arguments
        secretKey - <ByteArray>
Last modified date: 01/09/2026