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 TypeInterfaceDescriptioninterfaceUnifies algorithm support and maps cryptographic header data from JCE to JSON Object Signing and Encryption (JOSE).interfaceUnifies algorithm support and maps a cryptographic key from JCE to JSON Web Key.interfaceCommon 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 classWebCryptoHeaderimplementation.(package private) classJsonCertificateReference<R extends JsonCertificateReference<R>>Encapsulates JSON properties that refer to or verify an X.509 certificate chain.(package private) classJsonKeyReference<R extends JsonKeyReference<R>>Encapsulates JSON properties that refer to or verify an X.509 certificate chain.classJSON Web Key (JWK) implementation.