public class CredentialBase extends java.lang.Object implements Credential
AUTH_NONE| Constructor and Description |
|---|
CredentialBase() |
| Modifier and Type | Method and Description |
|---|---|
protected Xdr |
getCredential()
The default value is a 0-byte array.
|
protected int |
getCredentialFlavor()
The default value is AUTH_NONE.
|
protected Xdr |
getVerifier()
The default value is a 0-byte array.
|
protected int |
getVerifierFlavor()
The default value is AUTH_NONE.
|
void |
marshalling(Xdr xdr)
Put the credential into an XDR buffer.
|
public void marshalling(Xdr xdr)
Credentialmarshalling in interface Credentialprotected int getCredentialFlavor()
protected Xdr getCredential()
protected int getVerifierFlavor()
protected Xdr getVerifier()