Oracle Security Developer Tools CMS Java API Reference
10g Release 2 (10.1.2.0.2)

B15564-01


oracle.security.crypto.cms
Class CMSUtils

java.lang.Object
  extended byoracle.security.crypto.cms.CMSUtils


public class CMSUtils
extends java.lang.Object

Utility functions for users of this package.


Constructor Summary
CMSUtils()

Method Summary
static byte[] generateSPKI160(oracle.security.crypto.cert.X509 cert)
Generates a 160 bit Subject Key Identifier as per RFC-2459.
static byte[] generateSPKI64(oracle.security.crypto.cert.X509 cert)
Generates a 64 bit Subject Key Identifier as per RFC-2459.

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

Constructor Detail

CMSUtils

public CMSUtils()

Method Detail

generateSPKI64

public static byte[] generateSPKI64(oracle.security.crypto.cert.X509 cert)
Generates a 64 bit Subject Key Identifier as per RFC-2459.
Parameters:
cert - The public key X509 certificate.
Returns:
The 64 bit key identifier.

generateSPKI160

public static byte[] generateSPKI160(oracle.security.crypto.cert.X509 cert)
Generates a 160 bit Subject Key Identifier as per RFC-2459.
Parameters:
cert - The public key X509 certificate.
Returns:
The 160 bit key identifier.

Oracle Security Developer Tools CMS Java API Reference
10g Release 2 (10.1.2.0.2)

B15564-01


Copyright © 2005 , Oracle. All rights reserved.