Skip navigation links 
 
oracle.security.crypto.cmp.attribute
Class RevPassphraseInfo
java.lang.Object
   oracle.security.crypto.cert.AttributeTypeAndValue
oracle.security.crypto.cert.AttributeTypeAndValue
       oracle.security.crypto.cmp.attribute.InfoTypeAndValue
oracle.security.crypto.cmp.attribute.InfoTypeAndValue
           oracle.security.crypto.cmp.attribute.RevPassphraseInfo
oracle.security.crypto.cmp.attribute.RevPassphraseInfo
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable
- 
public class RevPassphraseInfo
 
- extends InfoTypeAndValue
Information type of revocation passphrass for the purpose of authenticating a revocation request.
- See Also:
- Serialized Form
 
 
  
 
  
 
 
 
| Methods inherited from class oracle.security.crypto.cert.AttributeTypeAndValue | 
| readExternal, writeExternal | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
RevPassphraseInfo
public RevPassphraseInfo()
RevPassphraseInfo
public RevPassphraseInfo(EncryptedValue encValue)
RevPassphraseInfo
public RevPassphraseInfo(java.io.InputStream is)
                  throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
getEncValue
public EncryptedValue getEncValue()
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- InfoTypeAndValue
 
encodeValue
protected void encodeValue()
- Description copied from class: InfoTypeAndValue
- Encodes this control's fields as an ASN1Objectfor the baseclass.Subclasses must override this method to properly test and set the InfoTypeAndValue.encodedfield, and invoke the superclassInfoTypeAndValue.setValue(oracle.security.crypto.asn1.ASN1Object)method to set the encoded structure.
 
- 
- Overrides:
- encodeValuein class- InfoTypeAndValue
 
decodeValue
protected void decodeValue()
- Description copied from class: InfoTypeAndValue
- Decodes the baseclass' ASN1Objectvalue to populate this control's fields.Subclasses must override this method to invoke the InfoTypeAndValue.getValue()method to get the structure to decode, and properly test and set theInfoTypeAndValue.decodedfield.
 
- 
- Overrides:
- decodeValuein class- InfoTypeAndValue
 
Skip navigation links 
 
Copyright © 2005, 2011 , Oracle. All rights reserved.