01: /* 02: * PBEPasswordContext.java 03: * 04: * Created on January 27, 2003, 12:50 PM 05: */ 06: 07: /** 08: * 09: * @author ss133690 10: * @version 11: */package com.sun.portal.cli.cert; 12: 13: public interface PBEPasswordContext { 14: public String getPassword(); 15: }