Package edu.iu.crypt

Interface WebKeyReference

All Superinterfaces:
WebCertificateReference
All Known Subinterfaces:
WebKey
All Known Implementing Classes:
Jose, JsonKeyReference, Jwk

public interface WebKeyReference extends WebCertificateReference
Common super-interface for components that hold a reference to a web key for use with a specific algorithm.
  • Method Details

    • getKeyId

      default String getKeyId()
      Gets the Key ID.
      Returns:
      Key ID
    • getAlgorithm

      default WebKey.Algorithm getAlgorithm()
      Gets the key encryption or signature algorithm.
      Returns:
      WebKey.Algorithm