Uses of Class
org.jclouds.dynect.v3.domain.rdata.SSHFPData

Packages that use SSHFPData
org.jclouds.dynect.v3.domain.rdata   
org.jclouds.dynect.v3.features   
 

Uses of SSHFPData in org.jclouds.dynect.v3.domain.rdata
 

Methods in org.jclouds.dynect.v3.domain.rdata that return SSHFPData
 SSHFPData SSHFPData.Builder.build()
           
static SSHFPData SSHFPData.createDSA(String fingerprint)
           
static SSHFPData SSHFPData.createRSA(String fingerprint)
           
 

Uses of SSHFPData in org.jclouds.dynect.v3.features
 

Methods in org.jclouds.dynect.v3.features that return types with arguments of type SSHFPData
 Record<SSHFPData> RecordApi.getSSHFP(String fqdn, long recordId)
          Gets the SSHFPRecord or null if not present.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.