JSCAPE MFT Server

Uses of Class
com.jscape.util.keystore.PublicKeyRecord

Packages that use PublicKeyRecord
com.jscape.util.keystore   
 

Uses of PublicKeyRecord in com.jscape.util.keystore
 

Methods in com.jscape.util.keystore that return PublicKeyRecord
 PublicKeyRecord PublicKeyMap.get(java.lang.String alias)
          Gets public key record for given alias.
 

Methods in com.jscape.util.keystore that return types with arguments of type PublicKeyRecord
 java.util.Map<java.lang.String,PublicKeyRecord> PublicKeyMap.getEntries()
           
 

Methods in com.jscape.util.keystore with parameters of type PublicKeyRecord
 void PublicKeyMap.set(java.lang.String alias, PublicKeyRecord record)
          Sets public key record for given alias.
 

Method parameters in com.jscape.util.keystore with type arguments of type PublicKeyRecord
 void PublicKeyMap.setEntries(java.util.Map<java.lang.String,PublicKeyRecord> value)
           
 

Constructor parameters in com.jscape.util.keystore with type arguments of type PublicKeyRecord
PublicKeyMap(java.util.Map<java.lang.String,PublicKeyRecord> entries)
           
 


JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved