Skip navigation links

Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10666-03


oracle.security.crypto.cmp.transport
Class TCPMessage.Version

java.lang.Object
  extended by oracle.security.crypto.cmp.transport.TCPMessage.Version

Enclosing class:
TCPMessage

public static class TCPMessage.Version
extends java.lang.Object

TCP-based message protocol version.


Field Summary
static TCPMessage.Version CMP1999
          Protocol defined in RFC 2510.
static TCPMessage.Version CMP2000
          Protocol defined in Transport Protocols for CMP (adjunct to RFC 2510bis).

 

Method Summary
 int getValue()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

CMP1999

public static final TCPMessage.Version CMP1999
Protocol defined in RFC 2510.

CMP2000

public static final TCPMessage.Version CMP2000
Protocol defined in Transport Protocols for CMP (adjunct to RFC 2510bis).

Method Detail

getValue

public int getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10666-03


Copyright © 2005, 2011 , Oracle. All rights reserved.