Class SIVAESBasedPairwiseSubjectCodec


  • @ThreadSafe
    public class SIVAESBasedPairwiseSubjectCodec
    extends PairwiseSubjectCodec
    SIV AES - based encoder / decoder of pairwise subject identifiers. Requires a 256, 384, or 512-bit secret key. Reversal is supported.

    The plain text is formatted as follows ('|' as delimiter):

     sector_id|local_sub
     

    Related specifications:

    • Synthetic Initialization Vector (SIV) Authenticated Encryption Using the Advanced Encryption Standard (AES) (RFC 5297).
    • OpenID Connect Core 1.0, section 8.1.