public class MOVEitCertKeyInfo extends MOVEitObjectInfo
Client
object. An instance of
the object is populated using information returned from the MOVEit Transfer
host, and then passed on to the calling program, which can then
access the information through the available methods.Constructor and Description |
---|
MOVEitCertKeyInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
data()
The cert/key data.
|
int |
dataType()
The data type of this cert/key.
|
java.lang.String |
ID()
ID of this cert/key.
|
java.lang.String |
instID()
ID of the organization this cert/key exists in.
|
java.lang.String |
orgID()
ID of the organization this cert/key exists in.
|
java.lang.String |
ownerRealname()
The real name of the person or automated account (e.g.
|
java.lang.String |
ownerUserID()
The user ID of the person or automated account (e.g.
|
java.lang.String |
ownerUsername()
The username of the person or automated account (e.g.
|
java.lang.String |
timestamp()
The date and time this cert/key was added.
|
dataInitialized
public java.lang.String ID()
public java.lang.String instID()
public java.lang.String orgID()
public java.lang.String ownerUserID()
public java.lang.String ownerUsername()
public java.lang.String ownerRealname()
public int dataType()
Possible types are:
1
= SSL thumbprint2
= SSL CN4
= SSH fingerprintpublic java.lang.String timestamp()
public java.lang.String data()