Package javax. xml. crypto. dsig. keyinfo
KeyInfo
elements and structures.See: Description
-
Interface Summary Interface Description KeyInfo A representation of the XMLKeyInfo
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.KeyName A representation of the XMLKeyName
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.KeyValue A representation of the XMLKeyValue
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.PGPData A representation of the XMLPGPData
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.RetrievalMethod A representation of the XMLRetrievalMethod
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.X509Data A representation of the XMLX509Data
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.X509IssuerSerial A representation of the XMLX509IssuerSerial
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. -
Class Summary Class Description KeyInfoFactory A factory for creatingKeyInfo
objects from scratch or for unmarshalling aKeyInfo
object from a corresponding XML representation.
Package javax.xml.crypto.dsig.keyinfo Description
KeyInfo
elements and structures. KeyInfo
is an optional element
that enables the recipient(s) to obtain the key needed to validate an
XMLSignature
. KeyInfo
may contain keys, names, certificates and other public key management
information, such as in-band key distribution or key agreement data. This
package contains classes representing types defined in the W3C specification
for XML Signatures, such as
KeyName
,
KeyValue
,
RetrievalMethod
,
X509Data
,
X509IssuerSerial
, and
PGPData
.
KeyInfoFactory
is an abstract factory that creates KeyInfo
objects from scratch.
Package Specification
- XML-Signature Syntax and Processing: W3C Recommendation
- RFC 3275: XML-Signature Syntax and Processing
- Since:
- 1.6
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
15/11/2024 20:07:11 Cette version de la page est en cache (à la date du 15/11/2024 20:07:11) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 11/06/2005, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/xml/crypto/dsig/keyinfo//package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.