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 TypeInterfaceDescriptioninterface
XMLObject representing XML Encryption, version 20021210, Generator element.interface
XMLObject representing XML Encryption, version 20021210, P element.interface
XMLObject representing XML Encryption, version 20021210, pgenCounter element.interface
XMLObject representing XML Encryption, version 20021210, Public element.interface
XMLObject representing XML Encryption, version 20021210, Q element.interface
XMLObject 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 TypeInterfaceDescriptioninterface
XMLObject representing XML Digital Signature 1.1 ECPointType element.interface
XMLObject representing XML Digital Signature, version 20020212, Exponent element.interface
XMLObject representing XML Digital Signature, version 20020212, G element.interface
XMLObject representing XML Digital Signature, version 20020212, J element.interface
XMLObject representing XML Digital Signature, version 20020212, Modulus element.interface
XMLObject representing XML Digital Signature, version 20020212, P element.interface
XMLObject representing XML Digital Signature, version 20020212, PgenCounter element.interface
XMLObject representing XML Digital Signature 1.1 PublicKey element.interface
XMLObject representing XML Digital Signature, version 20020212, Q element.interface
XMLObject representing XML Digital Signature, version 20020212, Seed element.interface
XMLObject 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 TypeClassDescriptionclass
Concrete implementation ofCryptoBinary
.class
Concrete implementation ofECPointType
.class
Concrete implementation ofExponent
.class
Concrete implementation ofG
.class
Concrete implementation ofJ
.class
Concrete implementation ofExponent
.class
Concrete implementation ofPgenCounter
.class
Concrete implementation ofP
.class
Concrete implementation ofPublicKey
.class
Concrete implementation ofQ
.class
Concrete implementation ofSeed
.class
Concrete implementation ofY
.Methods in org.opensaml.xmlsec.signature.impl that return CryptoBinaryModifier and TypeMethodDescriptionCryptoBinaryBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.