Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.common.encode
Class Crypt

java.lang.Object
  extended by oracle.stellent.wcm.common.encode.Crypt


public final class Crypt
extends java.lang.Object

Imported from Content Server: intradoc.conversion.IntradocCrypto


Constructor Summary
Crypt()
           

 

Method Summary
protected static byte[] crypt(byte[] data, byte[] key, boolean isEncrypt)
           
 byte[] decrypt(byte[] data, byte[] key)
           
 byte[] encrypt(byte[] data, byte[] key)
           

 

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

 

Constructor Detail

Crypt

public Crypt()

Method Detail

encrypt

public byte[] encrypt(byte[] data,
                      byte[] key)

decrypt

public byte[] decrypt(byte[] data,
                      byte[] key)

crypt

protected static byte[] crypt(byte[] data,
                              byte[] key,
                              boolean isEncrypt)

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.