Skip navigation links 
 
oracle.stellent.wcm.common.encode
Class Crypt
java.lang.Object
   oracle.stellent.wcm.common.encode.Crypt
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 | 
 
 
Crypt
public Crypt()
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 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.