public class SignatureSubjectFluentImpl<A extends SignatureSubjectFluent<A>> extends BaseFluent<A> implements SignatureSubjectFluent<A>
_visitables
Constructor and Description |
---|
SignatureSubjectFluentImpl() |
SignatureSubjectFluentImpl(SignatureSubject instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCommonName() |
String |
getOrganization() |
String |
getPublicKeyID() |
Boolean |
hasCommonName() |
Boolean |
hasOrganization() |
Boolean |
hasPublicKeyID() |
A |
withCommonName(String commonName) |
A |
withNewCommonName(String arg1) |
A |
withNewCommonName(StringBuffer arg1) |
A |
withNewCommonName(StringBuilder arg1) |
A |
withNewOrganization(String arg1) |
A |
withNewOrganization(StringBuffer arg1) |
A |
withNewOrganization(StringBuilder arg1) |
A |
withNewPublicKeyID(String arg1) |
A |
withNewPublicKeyID(StringBuffer arg1) |
A |
withNewPublicKeyID(StringBuilder arg1) |
A |
withOrganization(String organization) |
A |
withPublicKeyID(String publicKeyID) |
public SignatureSubjectFluentImpl()
public SignatureSubjectFluentImpl(SignatureSubject instance)
public String getCommonName()
getCommonName
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withCommonName(String commonName)
withCommonName
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public Boolean hasCommonName()
hasCommonName
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewCommonName(String arg1)
withNewCommonName
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewCommonName(StringBuilder arg1)
withNewCommonName
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewCommonName(StringBuffer arg1)
withNewCommonName
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public String getOrganization()
getOrganization
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withOrganization(String organization)
withOrganization
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public Boolean hasOrganization()
hasOrganization
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewOrganization(String arg1)
withNewOrganization
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewOrganization(StringBuilder arg1)
withNewOrganization
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewOrganization(StringBuffer arg1)
withNewOrganization
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public String getPublicKeyID()
getPublicKeyID
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withPublicKeyID(String publicKeyID)
withPublicKeyID
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public Boolean hasPublicKeyID()
hasPublicKeyID
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewPublicKeyID(String arg1)
withNewPublicKeyID
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewPublicKeyID(StringBuilder arg1)
withNewPublicKeyID
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
public A withNewPublicKeyID(StringBuffer arg1)
withNewPublicKeyID
in interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.