Uses of Class
org.apache.juddi.model.KeyInfo

Packages that use KeyInfo
org.apache.juddi.model   
 

Uses of KeyInfo in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return KeyInfo
 KeyInfo Signature.getKeyInfo()
           
 KeyInfo KeyDataValue.getKeyInfo()
           
 

Methods in org.apache.juddi.model with parameters of type KeyInfo
 void Signature.setKeyInfo(KeyInfo keyInfo)
           
 void KeyDataValue.setKeyInfo(KeyInfo keyInfo)
           
 

Constructors in org.apache.juddi.model with parameters of type KeyInfo
KeyDataValue(KeyInfo keyInfo, java.lang.String keyDataType, java.lang.String keyDataName, byte[] keyDataValueBytes, java.lang.String keyDataValueString, KeyDataValue keyDataValue)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.