![]() |
|
Contents |
Protected Member Functions | |
| CertPathRep (String type, byte[] data) | |
| .intel.drl.spec_ref | |
| Object | readResolve () throws ObjectStreamException |
| .intel.drl.spec_ref | |
Private Attributes | |
| final String | type |
| final byte[] | data |
Static Private Attributes | |
| static final long | serialVersionUID = 3015633072427920915L |
| .intel.drl.spec_ref | |
| static final ObjectStreamField[] | serialPersistentFields |
| CertPathRep | ( | String | type, | |
| byte[] | data | |||
| ) | [protected] |
.intel.drl.spec_ref
| Object readResolve | ( | ) | throws ObjectStreamException [protected] |
.intel.drl.spec_ref
final long serialVersionUID = 3015633072427920915L [static, private] |
.intel.drl.spec_ref
final String type [private] |
final byte [] data [private] |
final ObjectStreamField [] serialPersistentFields [static, private] |
Initial value:
{
new ObjectStreamField("type", String.class),
new ObjectStreamField("data", byte[].class, true)
}