Uses of Interface
org.opensaml.xml.encryption.PgenCounter

Packages that use PgenCounter
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
 

Uses of PgenCounter in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption that return PgenCounter
 PgenCounter DHKeyValue.getPgenCounter()
          Get the pgenCounter element.
 

Methods in org.opensaml.xml.encryption with parameters of type PgenCounter
 void DHKeyValue.setPgenCounter(PgenCounter newPgenCounter)
          Set the pgenCounter element.
 

Uses of PgenCounter in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement PgenCounter
 class PgenCounterImpl
          Concrete implementation of PgenCounter
 

Methods in org.opensaml.xml.encryption.impl that return PgenCounter
 PgenCounter PgenCounterBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 PgenCounter PgenCounterBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 PgenCounter DHKeyValueImpl.getPgenCounter()
          Get the pgenCounter element.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type PgenCounter
 void DHKeyValueImpl.setPgenCounter(PgenCounter newPgenCounter)
          Set the pgenCounter element.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.