Uses of Interface
org.opensaml.xmlsec.signature.CryptoBinary
Packages that use CryptoBinary
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of CryptoBinary in org.opensaml.xmlsec.encryption
Subinterfaces of CryptoBinary in org.opensaml.xmlsec.encryptionModifier and TypeInterfaceDescriptioninterfaceXMLObject representing XML Encryption, version 20021210, Generator element.interfaceXMLObject representing XML Encryption, version 20021210, P element.interfaceXMLObject representing XML Encryption, version 20021210, pgenCounter element.interfaceXMLObject representing XML Encryption, version 20021210, Public element.interfaceXMLObject representing XML Encryption, version 20021210, Q element.interfaceXMLObject representing XML Digital Signature, version 20020212, seed element. -
Uses of CryptoBinary in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement CryptoBinary -
Uses of CryptoBinary in org.opensaml.xmlsec.signature
Subinterfaces of CryptoBinary in org.opensaml.xmlsec.signatureModifier and TypeInterfaceDescriptioninterfaceXMLObject representing XML Digital Signature 1.1 ECPointType element.interfaceXMLObject representing XML Digital Signature, version 20020212, Exponent element.interfaceXMLObject representing XML Digital Signature, version 20020212, G element.interfaceXMLObject representing XML Digital Signature, version 20020212, J element.interfaceXMLObject representing XML Digital Signature, version 20020212, Modulus element.interfaceXMLObject representing XML Digital Signature, version 20020212, P element.interfaceXMLObject representing XML Digital Signature, version 20020212, PgenCounter element.interfaceXMLObject representing XML Digital Signature 1.1 PublicKey element.interfaceXMLObject representing XML Digital Signature, version 20020212, Q element.interfaceXMLObject representing XML Digital Signature, version 20020212, Seed element.interfaceXMLObject representing XML Digital Signature, version 20020212, Y element. -
Uses of CryptoBinary in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement CryptoBinaryModifier and TypeClassDescriptionclassConcrete implementation ofCryptoBinary.classConcrete implementation ofECPointType.classConcrete implementation ofExponent.classConcrete implementation ofG.classConcrete implementation ofJ.classConcrete implementation ofModulus.classConcrete implementation ofPgenCounter.classConcrete implementation ofP.classConcrete implementation ofPublicKey.classConcrete implementation ofQ.classConcrete implementation ofSeed.classConcrete implementation ofY.Methods in org.opensaml.xmlsec.signature.impl that return CryptoBinaryModifier and TypeMethodDescriptionCryptoBinaryBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.CryptoBinaryBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.