public class PasswordModifyResponse extends AbstractExtendedResponse<Credential>
PasswdModifyResponseValue ::= SEQUENCE { genPasswd [0] OCTET STRING OPTIONAL }
Modifier and Type | Class and Description |
---|---|
private static class |
PasswordModifyResponse.GenPasswdHandler
Parse handler implementation for the genPasswd.
|
Constructor and Description |
---|
PasswordModifyResponse() |
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] encoded)
Initializes this response with the supplied BER encoded data.
|
String |
getOID()
Returns the OID for this extended response.
|
String |
toString() |
getValue, setValue
public String getOID()
ExtendedResponse
public void decode(byte[] encoded)
ExtendedResponse
encoded
- BER encoded responseCopyright © 2003-2019 Virginia Tech. All Rights Reserved.