Class KeyDecoderEncoder

java.lang.Object
com.atlassian.crowd.plugin.saml.KeyDecoderEncoder

public class KeyDecoderEncoder extends Object
Encodes and decodes byte arrays to/from base64
Since:
3.0.0
  • Constructor Details

    • KeyDecoderEncoder

      public KeyDecoderEncoder()
  • Method Details

    • encode

      public String encode(byte[] key)
    • decode

      public byte[] decode(String encodedKey)