Package

com.gu.identity

signing

Permalink

package signing

Visibility
  1. Public
  2. All

Type Members

  1. class CollectionSigner extends AnyRef

    Permalink
  2. class DsaService extends SignatureHandler

    Permalink

    You can generate a das key pair as follows:

    You can generate a das key pair as follows:

    openssl dsaparam -genkey -noout 2048 | openssl pkcs8 -topk8 -nocrypt > priv.pem openssl dsa -in priv.pem -pubout > pub.pem

    Note: you only need to pass the key ie the blob of base64 between the start and end markers in the pem file.

  3. class HmacSha256SignatureHandler extends SignatureHandler

    Permalink
  4. trait SignatureHandler extends AnyRef

    Permalink
  5. class StringSigner extends AnyRef

    Permalink

Ungrouped