Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 91389 invoked from network); 6 Dec 2004 19:30:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Dec 2004 19:30:22 -0000 Received: (qmail 35578 invoked by uid 500); 6 Dec 2004 19:30:22 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 35534 invoked by uid 500); 6 Dec 2004 19:30:21 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 35520 invoked by uid 99); 6 Dec 2004 19:30:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from exchange.sun.com (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 06 Dec 2004 11:30:21 -0800 Received: (qmail 12238 invoked from network); 6 Dec 2004 19:30:19 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 6 Dec 2004 19:30:19 -0000 Message-ID: <1800880000.1102361419419.JavaMail.apache@nagoya> Date: Mon, 6 Dec 2004 11:30:19 -0800 (PST) From: "Enrique Rodriguez (JIRA)" To: directory-dev@incubator.apache.org Subject: [jira] Created: (DIRKERBEROS-4) Refactor domain objects to better encapsulate crypto behavior Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Refactor domain objects to better encapsulate crypto behavior ------------------------------------------------------------- Key: DIRKERBEROS-4 URL: http://nagoya.apache.org/jira/browse/DIRKERBEROS-4 Project: Kerberos Type: Improvement Components: Key Distribution Center Reporter: Enrique Rodriguez Assigned to: Enrique Rodriguez Priority: Minor We currently have the following domain objects, which either may be in an encrypted or decrypted state: EncASRepPart EncTGSRepPart AuthorizationData EncryptedTimestamp Authenticator Ticket Currently, the AS or TGS perform crypto operations on these objects, in 12 places. I would like to better encapsulate this behavior, along the lines of how jGSS provides simple wrap and unwrap operations. I should be able to move this behavior into 1 encrypt and 1 decrypt operation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira