Uses of Interface
org.opensaml.xmlsec.signature.KeyInfo
-
Packages that use KeyInfo Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption.org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of KeyInfo in org.opensaml.xmlsec.encryption
Subinterfaces of KeyInfo in org.opensaml.xmlsec.encryption Modifier and Type Interface Description interfaceOriginatorKeyInfoXMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.interfaceRecipientKeyInfoXMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.Methods in org.opensaml.xmlsec.encryption that return KeyInfo Modifier and Type Method Description KeyInfoEncryptedType. getKeyInfo()Gets the KeyInfo child element.Methods in org.opensaml.xmlsec.encryption with parameters of type KeyInfo Modifier and Type Method Description voidEncryptedType. setKeyInfo(KeyInfo newKeyInfo)Sets the KeyInfo child element. -
Uses of KeyInfo in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support with type parameters of type KeyInfo Modifier and Type Field Description private XMLSignatureBuilder<KeyInfo>Encrypter. keyInfoBuilderBuilder instance for building KeyInfo objects.Methods in org.opensaml.xmlsec.encryption.support that return KeyInfo Modifier and Type Method Description protected KeyInfoSimpleKeyInfoReferenceEncryptedKeyResolver. dereferenceURI(KeyInfoReference ref)Dereference the URI attribute of the specified retrieval method into a KeyInfo.Methods in org.opensaml.xmlsec.encryption.support with parameters of type KeyInfo Modifier and Type Method Description protected Iterable<EncryptedKey>SimpleKeyInfoReferenceEncryptedKeyResolver. resolveKeyInfo(KeyInfo keyInfo, int limit)Turn a KeyInfo into an EncryptedKey collection. -
Uses of KeyInfo in org.opensaml.xmlsec.keyinfo
Fields in org.opensaml.xmlsec.keyinfo declared as KeyInfo Modifier and Type Field Description private KeyInfoKeyInfoCriterion. keyInfoThe KeyInfo which serves as the source for credential criteria.Methods in org.opensaml.xmlsec.keyinfo that return KeyInfo Modifier and Type Method Description KeyInfoKeyInfoGenerator. generate(org.opensaml.security.credential.Credential credential)Generate a new KeyInfo object based on keying material and other information within a credential.KeyInfoKeyInfoCriterion. getKeyInfo()Gets the KeyInfo which is the source of credential criteria.Methods in org.opensaml.xmlsec.keyinfo with parameters of type KeyInfo Modifier and Type Method Description static voidKeyInfoSupport. addCertificate(KeyInfo keyInfo, X509Certificate cert)Converts a native JavaX509Certificateinto the corresponding XMLObject and stores it in aKeyInfoin the firstX509Dataelement.static voidKeyInfoSupport. addCRL(KeyInfo keyInfo, X509CRL crl)static voidKeyInfoSupport. addDEREncodedPublicKey(KeyInfo keyInfo, PublicKey pk)Converts a Java public key into the corresponding XMLObject and stores it in aKeyInfoin a newDEREncodedKeyValueelement.static voidKeyInfoSupport. addKeyName(KeyInfo keyInfo, String keyNameValue)Add a newKeyNamevalue to a KeyInfo.static voidKeyInfoSupport. addPublicKey(KeyInfo keyInfo, PublicKey pk)static List<X509Certificate>KeyInfoSupport. getCertificates(KeyInfo keyInfo)Get a list of the JavaX509Certificatewithin the given KeyInfo.static List<X509CRL>KeyInfoSupport. getCRLs(KeyInfo keyInfo)static List<String>KeyInfoSupport. getKeyNames(KeyInfo keyInfo)Get the set of key names inside the specifiedKeyInfoas a list of strings.static List<PublicKey>KeyInfoSupport. getPublicKeys(KeyInfo keyInfo)voidKeyInfoCriterion. setKeyInfo(KeyInfo newKeyInfo)Sets the KeyInfo which is the source of credential criteria.Constructors in org.opensaml.xmlsec.keyinfo with parameters of type KeyInfo Constructor Description KeyInfoCriterion(KeyInfo newKeyInfo)Constructor. -
Uses of KeyInfo in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return KeyInfo Modifier and Type Method Description KeyInfoSignature. getKeyInfo()Gets the key info added to this signature.Methods in org.opensaml.xmlsec.signature with parameters of type KeyInfo Modifier and Type Method Description voidSignature. setKeyInfo(KeyInfo newKeyInfo)Sets the key info added to this signature.
-