Uses of Interface
edu.iu.crypt.WebCertificateReference
Packages that use WebCertificateReference
-
Uses of WebCertificateReference in edu.iu.crypt
Subinterfaces of WebCertificateReference in edu.iu.cryptModifier and TypeInterfaceDescriptioninterface
Unifies algorithm support and maps cryptographic header data from JCE to JSON Object Signing and Encryption (JOSE).interface
Unifies algorithm support and maps a cryptographic key from JCE to JSON Web Key.interface
Common super-interface for components that hold a reference to a web key for use with a specific algorithm.Methods in edu.iu.crypt with parameters of type WebCertificateReferenceModifier and TypeMethodDescriptionstatic X509Certificate[]
WebCertificateReference.verify
(WebCertificateReference reference) Defines basic verification rules for objects that define a certificate reference. -
Uses of WebCertificateReference in iu.crypt
Classes in iu.crypt that implement WebCertificateReferenceModifier and TypeClassDescriptionfinal class
WebCryptoHeader
implementation.(package private) class
JsonCertificateReference<R extends JsonCertificateReference<R>>
Encapsulates JSON properties that refer to or verify an X.509 certificate chain.(package private) class
JsonKeyReference<R extends JsonKeyReference<R>>
Encapsulates JSON properties that refer to or verify an X.509 certificate chain.class
JSON Web Key (JWK) implementation.