XMLTooling-J 1.3.2-redhat-4

Uses of Interface
org.opensaml.xml.signature.X509IssuerName

Packages that use X509IssuerName
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of X509IssuerName in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return X509IssuerName
 X509IssuerName X509IssuerSerial.getX509IssuerName()
          Get the X509IssuerName child element.
 

Methods in org.opensaml.xml.signature with parameters of type X509IssuerName
 void X509IssuerSerial.setX509IssuerName(X509IssuerName newX509IssuerName)
          Set the X509IssuerName child element.
 

Uses of X509IssuerName in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement X509IssuerName
 class X509IssuerNameImpl
          Concrete implementation of X509IssuerName
 

Methods in org.opensaml.xml.signature.impl that return X509IssuerName
 X509IssuerName X509IssuerNameBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 X509IssuerName X509IssuerNameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 X509IssuerName X509IssuerSerialImpl.getX509IssuerName()
          Get the X509IssuerName child element.
 

Methods in org.opensaml.xml.signature.impl with parameters of type X509IssuerName
 void X509IssuerSerialImpl.setX509IssuerName(X509IssuerName newX509IssuerName)
          Set the X509IssuerName child element.
 


XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.