Uses of Interface
org.opensaml.xmlsec.signature.CryptoBinary
-
Packages that use CryptoBinary Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.impl 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.encryption Modifier and Type Interface Description interfaceGeneratorXMLObject representing XML Encryption, version 20021210, Generator element.interfacePXMLObject representing XML Encryption, version 20021210, P element.interfacePgenCounterXMLObject representing XML Encryption, version 20021210, pgenCounter element.interfacePublicXMLObject representing XML Encryption, version 20021210, Public element.interfaceQXMLObject representing XML Encryption, version 20021210, Q element.interfaceSeedXMLObject 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 Modifier and Type Class Description classGeneratorImplConcrete implementation ofGenerator.classPgenCounterImplConcrete implementation ofPgenCounter.classPImplConcrete implementation ofP.classPublicImplConcrete implementation ofPublic.classQImplConcrete implementation ofQ.classSeedImplConcrete implementation ofSeed. -
Uses of CryptoBinary in org.opensaml.xmlsec.signature
Subinterfaces of CryptoBinary in org.opensaml.xmlsec.signature Modifier and Type Interface Description interfaceECPointTypeXMLObject representing XML Digital Signature 1.1 ECPointType element.interfaceExponentXMLObject representing XML Digital Signature, version 20020212, Exponent element.interfaceGXMLObject representing XML Digital Signature, version 20020212, G element.interfaceJXMLObject representing XML Digital Signature, version 20020212, J element.interfaceModulusXMLObject representing XML Digital Signature, version 20020212, Modulus element.interfacePXMLObject representing XML Digital Signature, version 20020212, P element.interfacePgenCounterXMLObject representing XML Digital Signature, version 20020212, PgenCounter element.interfacePublicKeyXMLObject representing XML Digital Signature 1.1 PublicKey element.interfaceQXMLObject representing XML Digital Signature, version 20020212, Q element.interfaceSeedXMLObject representing XML Digital Signature, version 20020212, Seed element.interfaceYXMLObject 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 CryptoBinary Modifier and Type Class Description classCryptoBinaryImplConcrete implementation ofCryptoBinary.classECPointTypeImplConcrete implementation ofECPointType.classExponentImplConcrete implementation ofExponent.classGImplConcrete implementation ofG.classJImplConcrete implementation ofJ.classModulusImplConcrete implementation ofExponent.classPgenCounterImplConcrete implementation ofPgenCounter.classPImplConcrete implementation ofP.classPublicKeyImplConcrete implementation ofPublicKey.classQImplConcrete implementation ofQ.classSeedImplConcrete implementation ofSeed.classYImplConcrete implementation ofY.Methods in org.opensaml.xmlsec.signature.impl that return CryptoBinary Modifier and Type Method Description CryptoBinaryCryptoBinaryBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.
-