Package

glasskey

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait FileJWKKeySource extends JWKKeySource

    Permalink

    Created by loande on 3/2/15.

  2. trait FilePEMDERKeySource extends PEMDERKeySource

    Permalink

    Created by loande on 6/29/15.

  3. trait JWKKeySource extends PublicKeySource

    Permalink

    Created by loande on 6/26/15.

    Created by loande on 6/26/15. This key source retrieves an PublicKey from a URL, retrieving which gets a JWK set (JSON Web Key Set), from which a single key can be retrieved. See https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41#section-5

  4. trait JWTTokenDecoder extends AnyRef

    Permalink
  5. trait PEMDERKeySource extends PublicKeySource

    Permalink

    Created by loande on 6/26/15.

    Created by loande on 6/26/15. This key source retrieves an PublicKey from a URL, retrieving which gets a PEM-contained, DER-encoded certificate. See https://tools.ietf.org/html/rfc5280#ref-X.690

  6. trait PublicKeySource extends AnyRef

    Permalink

    Created by loande on 6/26/15.

  7. sealed trait PublicKeySourceType extends AnyRef

    Permalink

Value Members

  1. object FileJWK extends PublicKeySourceType with Product with Serializable

    Permalink
  2. object JWK extends PublicKeySourceType with Product with Serializable

    Permalink
  3. object JWTTokenDecoder

    Permalink
  4. object PEMDER extends PublicKeySourceType with Product with Serializable

    Permalink
  5. object PublicKeySource

    Permalink

Ungrouped